/** * Contains information about the webhook list request */ export interface ListWebhookRequest { webhook_identifier?: string; webhook_type?: 'EVENT_BRIDGE_TRIGGER' | 'GENERIC' | 'GIT' | 'SLACK'; }