mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
[@types/mongoose] add query "query-helper" property to Schema
This commit is contained in:
Vendored
+2
@@ -754,6 +754,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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user