mirror of
https://github.com/azaion/ui.git
synced 2026-06-21 10:51:11 +00:00
10 lines
169 B
TypeScript
10 lines
169 B
TypeScript
/// <reference types="vite/client" />
|
|
|
|
interface ImportMetaEnv {
|
|
readonly VITE_SATELLITE_TILE_URL?: string;
|
|
}
|
|
|
|
interface ImportMeta {
|
|
readonly env: ImportMetaEnv;
|
|
}
|