nusaibah0110's picture
Update application with new features and components
1c68fe6
raw
history blame contribute delete
165 Bytes
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_GEMINI_API_KEY?: string;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}