File size: 186 Bytes
3d83f0d
 
 
 
 
 
 
1
2
3
4
5
6
7
8
/// <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;
}