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