diff --git a/index.d.ts b/index.d.ts index 9e0ad99ff39..a02a598e76f 100644 --- a/index.d.ts +++ b/index.d.ts @@ -2494,9 +2494,9 @@ declare module 'mongoose' { ? mongodb.Condition : mongodb.Condition; } & - mongodb.RootQuerySelector; + mongodb.RootQuerySelector>; - export type FilterQuery = _FilterQuery>; + export type FilterQuery = _FilterQuery; type NumericTypes = number | mongodb.Decimal128 | mongodb.Double | mongodb.Int32 | mongodb.Long;