/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../index"; import * as Vellum from "../../api/index"; import * as core from "../../core"; import { WorkflowResultEventState } from "./WorkflowResultEventState"; import { CheckWorkflowExecutionStatusError } from "./CheckWorkflowExecutionStatusError"; export declare const CheckWorkflowExecutionStatusResponse: core.serialization.ObjectSchema; export declare namespace CheckWorkflowExecutionStatusResponse { interface Raw { status: WorkflowResultEventState.Raw; outputs?: (Record | null) | null; error?: (CheckWorkflowExecutionStatusError.Raw | null) | null; execution_id: string; execution_detail_url?: (string | null) | null; } }