summary refs log tree commit diff
path: root/dist/util/MongoBigInt.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'dist/util/MongoBigInt.d.ts')
-rw-r--r--dist/util/MongoBigInt.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/util/MongoBigInt.d.ts b/dist/util/MongoBigInt.d.ts

index fddcb496..a809f8c4 100644 --- a/dist/util/MongoBigInt.d.ts +++ b/dist/util/MongoBigInt.d.ts
@@ -16,7 +16,7 @@ declare class LongSchema extends mongoose.SchemaType { handleSingle(val: any): any; handleArray(val: any): any; checkRequired(val: any): boolean; - cast(val: any, scope?: any, init?: any): any; + cast(val: any, scope?: any, init?: any, type?: string): any; castForQuery($conditional: string, value: any): any; } declare module "mongoose" {