cool-admin-vue/env.d.ts
2024-07-22 20:24:18 +08:00

13 lines
284 B
TypeScript

/// <reference types="@cool-vue/crud/index.d.ts" />
/// <reference types="./build/cool/eps.d.ts" />
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_NAME: string;
readonly VITE_TIMEOUT: number;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}