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