/** * Contains information about the GitX webhooks that was deleted. */ export interface DeleteGitXWebhookResponse { webhook_identifier?: string; }