diff --git a/mongodb/mongodb.d.ts b/mongodb/mongodb.d.ts index 1cc6f5359..35eea5bac 100644 --- a/mongodb/mongodb.d.ts +++ b/mongodb/mongodb.d.ts @@ -338,9 +338,10 @@ declare module "mongodb" { close(callback: (err, result) => void) : void; isClosed(): boolean; - static INIT; - static OPEN; - static CLOSED; + public static INIT: number; + public static OPEN: number; + public static CLOSED: number; + public static GET_MORE: number; } export interface CollectionFindOptions {