/** * Harness Regstries HTTP Webhook Response */ export interface WebhookExecResponse { body?: string; headers?: string; status?: string; statusCode?: number; }