diff --git a/types/mongoose/index.d.ts b/types/mongoose/index.d.ts index d67c143da1..0c46add635 100644 --- a/types/mongoose/index.d.ts +++ b/types/mongoose/index.d.ts @@ -791,6 +791,8 @@ declare module "mongoose" { methods: any; /** Object of currently defined statics on this schema. */ statics: any; + /** Object of currently defined query helpers on this schema. */ + query: any; /** The original object passed to the schema constructor */ obj: any; }