mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2024-11-01 14:10:27 +08:00
9 lines
145 B
TypeScript
9 lines
145 B
TypeScript
interface ImportMetaEnv {
|
|
readonly VITE_NAME: string;
|
|
readonly VITE_TIMEOUT: number;
|
|
}
|
|
|
|
interface ImportMeta {
|
|
readonly env: ImportMetaEnv;
|
|
}
|