cool-admin-vue/src/env.d.ts

12 lines
252 B
TypeScript
Raw Normal View History

2023-09-28 13:50:15 +08:00
/// <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;
}