mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-06 03:58:04 +08:00
style: 去除全局多余代码
This commit is contained in:
parent
2bba1dcae0
commit
889e5075ba
7
types/global.d.ts
vendored
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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user