mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Added missing strict property to MongoCollectionOptions type of mongodb.d.ts
This commit is contained in:
Vendored
+1
@@ -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