10 lines
154 B
TypeScript
Raw Normal View History

2024-08-20 15:57:58 +02:00
/// <reference types='vite/client' />
interface ImportMetaEnv {
VITE_CODEX_API_URL: string;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}