mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Merge pull request #30098 from DefinitelyTyped/rbuckton-patch-1
[mongodb] Make arrayFilters optional
This commit is contained in:
Vendored
+1
-1
@@ -1368,7 +1368,7 @@ export interface UpdateOneOptions extends ReplaceOneOptions {
|
||||
/** http://mongodb.github.io/node-mongodb-native/3.1/api/Collection.html#updateMany */
|
||||
export interface UpdateManyOptions extends CommonOptions {
|
||||
upsert?: boolean;
|
||||
arrayFilters: Object[];
|
||||
arrayFilters?: Object[];
|
||||
}
|
||||
|
||||
/** http://mongodb.github.io/node-mongodb-native/3.1/api/Collection.html#~updateWriteOpResult */
|
||||
|
||||
Reference in New Issue
Block a user