mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Added missing strict property to MongoCollectionOptions type of mongodb.d.ts
This commit is contained in:
1
mongodb/mongodb.d.ts
vendored
1
mongodb/mongodb.d.ts
vendored
@@ -527,6 +527,7 @@ declare module "mongodb" {
|
||||
export interface MongoCollectionOptions {
|
||||
safe?: any;
|
||||
serializeFunctions?: any;
|
||||
strict?: boolean;
|
||||
raw?: boolean;
|
||||
pkFactory?: any;
|
||||
readPreference?: string;
|
||||
|
||||
Reference in New Issue
Block a user