XuqmGroup-Web/tenant-platform/src/env.d.ts

11 行
188 B
TypeScript

/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_API_BASE_URL: string
readonly BASE_URL: string
}
interface ImportMeta {
readonly env: ImportMetaEnv
}