/// interface ImportMetaEnv { readonly NVWA_BASE_URL: string; readonly NVWA_AUTH_REQUIRED?: string; readonly NVWA_AUTH_ENABLED?: string; } interface ImportMeta { readonly env: ImportMetaEnv; }