import type { WebhookResponseSpec } from '../schemas/WebhookResponseSpec'; export interface GitWebhookResponse extends WebhookResponseSpec { connector_ref?: string; folder_paths?: string[]; repo_name?: string; repo_url?: string; webhook_type?: 'GIT'; }