diff --git a/types/global.d.ts b/types/global.d.ts index 94113c6c..1b11026a 100644 --- a/types/global.d.ts +++ b/types/global.d.ts @@ -11,11 +11,4 @@ interface Window { opener: any } - -declare interface MyResponseType { - code: number; - msg: string; - data: any; -} - declare type Recordable = Record