diff --git a/config.d.ts b/config.d.ts index 09bf304..14ade1e 100644 --- a/config.d.ts +++ b/config.d.ts @@ -34,12 +34,12 @@ export interface Config { apiBaseUrl?: string; /** * Optional PagerDuty API Token used in API calls from the backend component. - * @visibility frontend + * @visibility secret */ apiToken?: string; /** * Optional PagerDuty Scoped OAuth Token used in API calls from the backend component. - * @visibility frontend + * @deepVisibility secret */ oauth?: PagerDutyOAuthConfig; };