소스 검색

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>