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