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