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