import type * as Extend from "../index"; export interface BatchProcessorRunFailedWebhookEvent { /** Unique identifier for the event */ eventId: string; payload: Extend.BatchRun; }