mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
8 lines
120 B
TypeScript
8 lines
120 B
TypeScript
interface ImportMetaEnv {
|
|
readonly VITE_APP_VERSION: string
|
|
}
|
|
|
|
interface ImportMeta {
|
|
readonly env: ImportMetaEnv
|
|
}
|