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 1c66802 commit a939e4bCopy full SHA for a939e4b
source/types/DeletedQuery.ts
@@ -1,7 +1,7 @@
1
import { HydratedDocument, QueryWithHelpers } from 'mongoose';
2
import Deleted from './Deleted';
3
4
-type DeletedQuery<T extends Deleted, TDoc = HydratedDocument<T, any, any>> = QueryWithHelpers<any, TDoc, DeletedQueryHelpers<T, TDoc>, any>;
+type DeletedQuery<T extends Deleted, TDoc = HydratedDocument<T, any, any>> = QueryWithHelpers<any, TDoc, DeletedQueryHelpers<T, TDoc>, any, any>;
5
6
export interface DeletedQueryHelpers<T extends Deleted, TDoc = HydratedDocument<T, any, any>> {
7
allDocuments(this: DeletedQuery<T, TDoc>): this
0 commit comments