mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-24 09:45:35 +08:00
8 lines
111 B
TypeScript
8 lines
111 B
TypeScript
|
interface ImportMetaEnv {
|
||
|
readonly version: string
|
||
|
}
|
||
|
|
||
|
interface ImportMeta {
|
||
|
readonly env: ImportMetaEnv
|
||
|
}
|