/** * 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 { WorkflowRequestInputRequest } from "../../types/WorkflowRequestInputRequest"; import { WorkflowExpandMetaRequest } from "../../types/WorkflowExpandMetaRequest"; export declare const ExecuteWorkflowRequest: core.serialization.Schema; export declare namespace ExecuteWorkflowRequest { interface Raw { inputs: WorkflowRequestInputRequest.Raw[]; expand_meta?: (WorkflowExpandMetaRequest.Raw | null) | null; workflow_deployment_id?: (string | null) | null; workflow_deployment_name?: (string | null) | null; release_tag?: (string | null) | null; external_id?: (string | null) | null; metadata?: (Record | null) | null; previous_execution_id?: (string | null) | null; } }