/** * Contains information about the GitX webhook updation */ export interface UpdateGitXWebhookRequest { connector_ref?: string; folder_paths?: string[]; is_enabled?: boolean; repo_name?: string; webhook_name?: string; }