瀏覽代碼

style: 去除全局多余代码

奔跑的面条 2 年之前
父節點
當前提交
6f9b109022
共有 1 個文件被更改,包括 0 次插入7 次删除
  1. 0 7
      types/global.d.ts

+ 0 - 7
types/global.d.ts

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