/** * This file was auto-generated by Fern from our API Definition. */ import * as Vellum from "../index"; /** * Response serializer for workflow execution status check. */ export interface CheckWorkflowExecutionStatusResponse { status: Vellum.WorkflowResultEventState; outputs?: Record | null; error?: Vellum.CheckWorkflowExecutionStatusError | null; executionId: string; executionDetailUrl?: string | null; }