1
0
mirror of https://gitee.com/dromara/go-view.git synced 2025-04-06 03:58:04 +08:00

style: 去除全局多余代码

This commit is contained in:
奔跑的面条 2022-11-28 11:02:52 +08:00
parent 2bba1dcae0
commit 889e5075ba

7
types/global.d.ts vendored

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