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