export interface AlertingWebhookNotifier { /** ID of the workspace webhook to deliver alert lifecycle notifications to. */ webhookId: string; }