/** * Contains information about the GitX webhook creation request */ export interface CreateGitXWebhookRequest { connector_ref?: string; folder_paths?: string[]; repo_name?: string; webhook_identifier?: string; webhook_name?: string; }