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