export interface AlertingWebhookHeaderResponse { name: string; isSecret: boolean; /** The header value. Always null for secret headers. */ value?: string; }