Skip to content

Commit

Permalink
types: 删除无用类型
Browse files Browse the repository at this point in the history
  • Loading branch information
kailong321200875 committed Nov 30, 2023
1 parent 179ab26 commit 30e4214
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions types/env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 30e4214

Please sign in to comment.