mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Merge pull request #14458 from kouMatsumoto/update-mongoose-type
mongoose: add property 'promiseLibrary' to interface 'ConnectionOpenSetOptions'
This commit is contained in:
commit
bbe7b0aa23
3
mongoose/index.d.ts
vendored
3
mongoose/index.d.ts
vendored
@ -385,6 +385,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