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