/** * Details of Authentication for Slack Webhook defined in Harness */ export interface SlackWebhookAuthSpec { auth_type?: 'Hmac' | 'NoAuth'; }