summary refs log tree commit diff
path: root/src/gateway/util/Constants.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/gateway/util/Constants.ts')
-rw-r--r--src/gateway/util/Constants.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gateway/util/Constants.ts b/src/gateway/util/Constants.ts

index cc67ed0f..cb60005c 100644 --- a/src/gateway/util/Constants.ts +++ b/src/gateway/util/Constants.ts
@@ -64,6 +64,7 @@ export enum CLOSECODES { export interface Payload { op: OPCODES /* | VoiceOPCodes */; + // eslint-disable-next-line @typescript-eslint/no-explicit-any d?: any; s?: number; t?: string;