Amba-Checkout/env.d.ts
2025-12-21 21:44:04 +03:00

11 lines
161 B
TypeScript

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