metacubexd/src/vite-env.d.ts

8 lines
120 B
TypeScript
Raw Normal View History

2023-09-03 18:16:09 +08:00
interface ImportMetaEnv {
readonly VITE_APP_VERSION: string
2023-09-03 18:16:09 +08:00
}
interface ImportMeta {
readonly env: ImportMetaEnv
}