metacubexd/src/vite-env.d.ts

8 lines
115 B
TypeScript
Raw Normal View History

2023-09-03 18:16:09 +08:00
interface ImportMetaEnv {
2024-03-11 20:05:08 +08:00
readonly APP_VERSION: string
2023-09-03 18:16:09 +08:00
}
interface ImportMeta {
readonly env: ImportMetaEnv
}