From d85701a5b7fde84fa482de49c0f06a9ec90e1815 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 3 Mar 2021 21:24:34 +0100 Subject: :art: getPermission cache --- dist/util/MongoBigInt.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist/util/MongoBigInt.d.ts') 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" { -- cgit 1.5.1