/** * Contains information about the webhook updation */ export interface UpdateWebhookResponse { webhook_identifier?: string; }