diff --git a/env.d.ts b/env.d.ts index 729e8ea..cde02f3 100644 --- a/env.d.ts +++ b/env.d.ts @@ -720,8 +720,8 @@ type MongoTypeStringsToTypes = { type MongoTypeString = keyof MongoTypeStringsToTypes type MongoTypeNumber = -1 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 16 | 17 | 18 | 19 | 127 -type MongoId = Exclude | MongoObjectId | MongoObject -type MongoQueryId = Exclude | MongoQueryObject +type MongoId = Exclude | MongoObjectId | MongoObject +type MongoQueryId = Exclude | MongoObjectId | MongoQueryObject type MongoDocument = MongoObject & { _id?: MongoId } type MongoQueryType = {