Browse Source

style: 去除全局多余代码

奔跑的面条 2 years ago
parent
commit
6f9b109022
1 changed files with 0 additions and 7 deletions
  1. 0 7
      types/global.d.ts

+ 0 - 7
types/global.d.ts

@@ -11,11 +11,4 @@ interface Window {
   opener: any
   opener: any
 }
 }
 
 
-
-declare interface MyResponseType {
-  code: number;
-  msg: string;
-  data: any;
-}
-
 declare type Recordable<T = any> = Record<string, T>
 declare type Recordable<T = any> = Record<string, T>