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