8 lines
157 B
TypeScript
8 lines
157 B
TypeScript
interface ImportMetaEnv {
|
|
readonly VITE_BASE_URL: string
|
|
readonly VITE_GOOGLE_MAP: string
|
|
}
|
|
|
|
interface ImportMeta {
|
|
readonly env: ImportMetaEnv
|
|
} |