8 lines
186 B
TypeScript
8 lines
186 B
TypeScript
/// <reference types="vite/client" />
|
|
|
|
interface ImportMetaEnv {
|
|
readonly VITE_GLOB_API_URL: string;
|
|
readonly VITE_GLOB_API_TIMEOUT: string;
|
|
readonly VITE_APP_API_BASE_URL: string;
|
|
}
|