/** * This file was auto-generated by Fern from our API Definition. */ /** * Icon to be used alongside a Workflow */ export interface WorkflowDisplayIcon { src?: string | null; color?: string | null; }