summary refs log tree commit diff
path: root/dist/util/MongoBigInt.d.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-03-03 21:24:34 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-03-03 21:24:34 +0100
commitd85701a5b7fde84fa482de49c0f06a9ec90e1815 (patch)
treeec5b97c9098ad89ef146641589f5ded4dce902f3 /dist/util/MongoBigInt.d.ts
parent:construction: custom permissions (diff)
downloadserver-d85701a5b7fde84fa482de49c0f06a9ec90e1815.tar.xz
:art: getPermission cache
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" {