mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
add promiseLibrary property to ConnectionOpenSetOptions interface
This commit is contained in:
parent
f4f0bef0e1
commit
f3e5bce430
3
mongoose/index.d.ts
vendored
3
mongoose/index.d.ts
vendored
@ -383,6 +383,9 @@ declare module "mongoose" {
|
||||
* If connecting to multiple mongos servers, set the mongos option to true.
|
||||
*/
|
||||
mongos?: boolean;
|
||||
|
||||
/** sets the underlying driver's promise library (see http://mongodb.github.io/node-mongodb-native/2.1/api/MongoClient.html) */
|
||||
promiseLibrary?: any;
|
||||
}
|
||||
|
||||
interface ConnectionOptions extends
|
||||
|
||||
Loading…
Reference in New Issue
Block a user