mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2024-11-01 14:10:27 +08:00
12 lines
252 B
TypeScript
12 lines
252 B
TypeScript
|
/// <reference types="@cool-vue/crud/index.d.ts" />
|
||
|
/// <reference types="../build/cool/dist/eps.d.ts" />
|
||
|
|
||
|
interface ImportMetaEnv {
|
||
|
readonly VITE_NAME: string;
|
||
|
readonly VITE_TIMEOUT: number;
|
||
|
}
|
||
|
|
||
|
interface ImportMeta {
|
||
|
readonly env: ImportMetaEnv;
|
||
|
}
|