/** * This file was auto-generated by Fern from our API Definition. */ import * as Vellum from "../index"; /** * Workflow Deployment display data */ export interface WorkflowDeploymentDisplayData { /** The icon associated with this Workflow Deployment. */ icon?: Vellum.WorkflowDisplayIcon | null; }