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