Browse Source

types: 删除无用类型

kailong321200875 1 year ago
parent
commit
30e4214387
1 changed files with 0 additions and 3 deletions
  1. 0 3
      types/env.d.ts

+ 0 - 3
types/env.d.ts

@@ -15,9 +15,6 @@ interface ImportMetaEnv {
   readonly VITE_DROP_CONSOLE: string
   readonly VITE_SOURCEMAP: string
   readonly VITE_OUT_DIR: string
-  readonly VITE_AXIOS_CONTENT_TYPE: string
-  readonly VITE_AXIOS_TIMEOUT: number
-  readonly VITE_AXIOS_SUCCESS_CODE: number
 }
 
 declare global {