cool-admin-vue/env.d.ts

13 lines
284 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/eps.d.ts" />
/// <reference types="vite/client" />
2023-09-28 13:50:15 +08:00
interface ImportMetaEnv {
readonly VITE_NAME: string;
readonly VITE_TIMEOUT: number;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}