/** * Details of the Webhook Response defined in Harness */ export interface WebhookResponseSpec { webhook_type?: 'GENERIC' | 'GIT' | 'SLACK'; }