mirror of
https://github.com/Chanzhaoyu/chatgpt-web.git
synced 2025-08-02 12:08:06 +00:00
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;
|
|
}
|