We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df7c715 commit 68f2ebdCopy full SHA for 68f2ebd
types/query.d.ts
@@ -209,6 +209,9 @@ declare module 'mongoose' {
209
translateAliases?: boolean;
210
upsert?: boolean;
211
useBigInt64?: boolean;
212
+ /**
213
+ * If `false`, will NOT promote [BSON](https://www.mongodb.com/docs/manual/reference/bson-types/values) to their Node.js closest equivalent types.
214
+ */
215
promoteValues?: boolean;
216
writeConcern?: mongodb.WriteConcern;
217
0 commit comments