diff --git a/incident/config.d.ts b/incident/config.d.ts index 37e8f32..b92b564 100644 --- a/incident/config.d.ts +++ b/incident/config.d.ts @@ -18,12 +18,6 @@ export interface Config { * @visibility frontend */ incident?: { - /** - * The API key that provides access to the incident.io API. - * @see https://app.incident.io/settings/api-keys - */ - apiKey: string; - /** * The base URL of the incident dashboard, only useful in development. * @visibility frontend