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