From 6f9b109022d5abea429781b41dd7a0197e5c48aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=94=E8=B7=91=E7=9A=84=E9=9D=A2=E6=9D=A1?= <1262327911@qq.com> Date: Mon, 28 Nov 2022 11:02:52 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=8E=BB=E9=99=A4=E5=85=A8=E5=B1=80?= =?UTF-8?q?=E5=A4=9A=E4=BD=99=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/global.d.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/types/global.d.ts b/types/global.d.ts index 94113c6c..1b11026a 100644 --- a/types/global.d.ts +++ b/types/global.d.ts @@ -11,11 +11,4 @@ interface Window { opener: any } - -declare interface MyResponseType { - code: number; - msg: string; - data: any; -} - declare type Recordable = Record