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.
debug
MongooseOptions
1 parent 28b1aa3 commit ae819ccCopy full SHA for ae819cc
index.d.ts
@@ -188,7 +188,7 @@ declare module 'mongoose' {
188
debug?:
189
| boolean
190
| { color?: boolean; shell?: boolean }
191
- | WritableStream
+ | stream.Writable
192
| ((collectionName: string, methodName: string, ...methodArgs: any[]) => void);
193
194
/** If set, attaches [maxTimeMS](https://docs.mongodb.com/manual/reference/operator/meta/maxTimeMS/) to every query */
0 commit comments