style: 去除全局多余代码

This commit is contained in:
奔跑的面条 2022-11-28 11:02:52 +08:00
parent 2f6bdcc8c8
commit 6f9b109022

7
types/global.d.ts vendored
View File

@ -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>