/// interface ImportMetaEnv { readonly SIX_APP_NAME: string; readonly SIX_APP_TITLE: string; readonly SIX_REQUEST_BASE?: string; } interface ImportMeta { readonly env: ImportMetaEnv; }