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