mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
multer-gridfs-storage: Depend on latest mongodb (#29899)
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ declare namespace MulterGridfsStorage {
|
||||
}
|
||||
|
||||
interface DbStorageOptions extends MulterGfsOptions {
|
||||
db: Mongoose | Connection | Db | Promise<Mongoose | Connection | Db>;
|
||||
db: Mongoose | Connection | Db | MongoClient | Promise<Mongoose | Connection | Db | MongoClient>;
|
||||
}
|
||||
|
||||
interface FileConfig {
|
||||
|
||||
@@ -4,11 +4,6 @@
|
||||
"lib": [
|
||||
"es6"
|
||||
],
|
||||
"paths": {
|
||||
"mongodb": [
|
||||
"mongodb/v2"
|
||||
]
|
||||
},
|
||||
"noImplicitAny": true,
|
||||
"noImplicitThis": true,
|
||||
"strictNullChecks": true,
|
||||
|
||||
Reference in New Issue
Block a user