We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68418d8 commit 081d9eaCopy full SHA for 081d9ea
types/models.d.ts
@@ -72,8 +72,8 @@ declare module 'mongoose' {
72
};
73
74
type UpdateWriteOpResult = mongodb.UpdateResult;
75
- export type UpdateResult = mongodb.UpdateResult;
76
- export type DeleteResult = mongodb.DeleteResult;
+ type UpdateResult = mongodb.UpdateResult;
+ type DeleteResult = mongodb.DeleteResult;
77
78
interface MapReduceOptions<T, K, R> {
79
map: Function | string;
0 commit comments