/** * This file was auto-generated by Fern from our API Definition. */ import * as Vellum from "../index"; /** * The workflow version associated with a workflow deployment release. */ export interface WorkflowDeploymentReleaseWorkflowVersion { id: string; inputVariables: Vellum.VellumVariable[]; outputVariables: Vellum.VellumVariable[]; dependencies?: Vellum.WorkflowDependency[] | null; }