diff --git a/types/mongodb/index.d.ts b/types/mongodb/index.d.ts index e7405ca7ef..ab4d2f4c02 100644 --- a/types/mongodb/index.d.ts +++ b/types/mongodb/index.d.ts @@ -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 */