oggui/ogWebconsole/src/env.d.ts

9 lines
176 B
TypeScript

interface ImportMetaEnv {
readonly NG_APP_BASE_API_URL: string;
readonly NG_APP_OGCORE_MERCURE_BASE_URL: string;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}