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