From 12758ceb914d2de6b29594cb195c1ac1a9f34684 Mon Sep 17 00:00:00 2001 From: Chris Pearce Date: Mon, 7 Sep 2015 19:05:22 +0100 Subject: [PATCH] Added missing strict property to MongoCollectionOptions type of mongodb.d.ts --- mongodb/mongodb.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/mongodb/mongodb.d.ts b/mongodb/mongodb.d.ts index 84d0098e72..2fc3f0227f 100644 --- a/mongodb/mongodb.d.ts +++ b/mongodb/mongodb.d.ts @@ -527,6 +527,7 @@ declare module "mongodb" { export interface MongoCollectionOptions { safe?: any; serializeFunctions?: any; + strict?: boolean; raw?: boolean; pkFactory?: any; readPreference?: string;