style: 去除全局多余代码
This commit is contained in:
parent
2f6bdcc8c8
commit
6f9b109022
7
types/global.d.ts
vendored
7
types/global.d.ts
vendored
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user