This commit is contained in:
Mykola
2018-01-31 12:20:20 -08:00
committed by Sheetal Nandi
parent 5f07b0f39b
commit cd92f62f15
+1 -1
View File
@@ -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;