metacubexd/src/vite-env.d.ts
2024-03-11 20:05:08 +08:00

8 lines
115 B
TypeScript

interface ImportMetaEnv {
readonly APP_VERSION: string
}
interface ImportMeta {
readonly env: ImportMetaEnv
}