hydra/src/main/vite-env.d.ts
2024-06-13 20:08:30 -03:00

10 lines
212 B
TypeScript

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