imseldrith's picture
Upload with huggingface_hub (#1)
3d83f0d
raw
history blame contribute delete
186 Bytes
/// <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;
}