Files
hydra/src/main/vite-env.d.ts
Chubby Granny Chaser 8af29abd92 fix: removing sentry
2024-11-02 17:06:30 +00:00

13 lines
294 B
TypeScript

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