-
Notifications
You must be signed in to change notification settings - Fork 183
Open
Description
In the current version of Monk, v7.3.3 the return type of update() is UpdateWriteOpResult, I think it should be UpdateResult.
Lines 335 to 339 in 027ab43
| update( | |
| query: FilterQuery<T>, | |
| update: UpdateQuery<T> | Partial<T>, | |
| options?: UpdateOneOptions & { single?: true, multi?: false, replace?: false} | |
| ): Promise<UpdateWriteOpResult>; |
(Same with the other update() calls, perhaps?)
Metadata
Metadata
Assignees
Labels
No labels