forked from Ivasoft/geovisio-website
8 lines
108 B
TypeScript
8 lines
108 B
TypeScript
interface ImportMetaEnv {
|
|
VITE_API_URL?: string
|
|
}
|
|
|
|
interface ImportMeta {
|
|
readonly env: ImportMetaEnv
|
|
}
|