aboutsummaryrefslogtreecommitdiff
path: root/response.ts
diff options
context:
space:
mode:
Diffstat (limited to 'response.ts')
-rw-r--r--response.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/response.ts b/response.ts
index f74161a..9991976 100644
--- a/response.ts
+++ b/response.ts
@@ -12,5 +12,5 @@
export interface WuiResponseInterface {
code: number;
message: string;
- data?: any;
+ data?: any; // eslint-disable-line @typescript-eslint/no-explicit-any
}