Model.bulkWrite updateOne.update and updateMany.update type UpdateFilter<TSchema> should be compatible with Model.updateOne and Model.updateMany type UpdateQuery<T> #12595
Labels
typescript
Types or Types-test related issue / Pull Request
Milestone
Prerequisites
Mongoose version
6.7.0
Node.js version
16.17.0
MongoDB server version
5.0.5
Typescript version (if applicable)
4.8.4
Description
same issue as #11911
Steps to Reproduce
Expected Behavior
Model.bulkWrite (updateOne.update || updateMany.update) UpdateFilter and Model.updateOne UpdateQuery should be compatible
The text was updated successfully, but these errors were encountered: