mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Fix typo (#23277)
This commit is contained in:
Vendored
+1
-1
@@ -694,7 +694,7 @@ declare module "mongoose" {
|
||||
}
|
||||
|
||||
interface SchemaOptions {
|
||||
/** defaults to null (which means use the connection's autoIndex option) */
|
||||
/** defaults to false (which means use the connection's autoIndex option) */
|
||||
autoIndex?: boolean;
|
||||
/** defaults to true */
|
||||
bufferCommands?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user