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.
2 parents f1e0de1 + 9c41c19 commit d88f981Copy full SHA for d88f981
index.d.ts
@@ -2494,9 +2494,9 @@ declare module 'mongoose' {
2494
? mongodb.Condition<T[P]>
2495
: mongodb.Condition<T[P] | string>;
2496
} &
2497
- mongodb.RootQuerySelector<T>;
+ mongodb.RootQuerySelector<DocumentDefinition<T>>;
2498
2499
- export type FilterQuery<T> = _FilterQuery<DocumentDefinition<T>>;
+ export type FilterQuery<T> = _FilterQuery<T>;
2500
2501
type NumericTypes = number | mongodb.Decimal128 | mongodb.Double | mongodb.Int32 | mongodb.Long;
2502
0 commit comments