Files
ZDXSGYHT/types/env.d.ts
liangjian 836c61ac55 @@@@@@
2026-01-27 16:32:15 +08:00

10 lines
163 B
TypeScript

/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_APP_UPDATE_TIME: string
}
interface ImportMeta {
readonly env: ImportMetaEnv
}