/** * This file was auto-generated by Fern from our API Definition. */ import * as Vellum from "../index"; export interface WorkflowResultEvent { id: string; state: Vellum.WorkflowResultEventState; ts: Date; output?: Vellum.WorkflowResultEventOutputData | null; error?: Vellum.WorkflowEventError | null; outputs?: Vellum.WorkflowOutput[] | null; inputs?: Vellum.ExecutionVellumValue[] | null; }