/** * This file was auto-generated by Fern from our API Definition. */ import * as Vellum from "../index"; /** * The successful response from the Workflow execution containing the produced outputs. */ export interface FulfilledExecuteWorkflowWorkflowResultEvent { id: string; state: "FULFILLED"; ts: Date; outputs: Vellum.WorkflowOutput[]; }