erp-platform/ui/src/vite-env.d.ts
Sedat Öztürk c78845f411 Sosyal Duvar
2025-10-18 23:04:24 +03:00

14 lines
353 B
TypeScript

/// <reference types="vite/client" />
/// <reference types="vite-plugin-pwa/client" />
interface ImportMetaEnv {
readonly VITE_API_URL: string
readonly VITE_CDN_URL: string
readonly VITE_REACT_APP_VERSION: string
readonly VITE_AI_URL: string
readonly VITE_GOOGLE_MAPS_API_KEY: string
}
interface ImportMeta {
readonly env: ImportMetaEnv
}