/** * This file was auto-generated by Fern from our API Definition. */ import * as Vellum from "../index"; export interface WorkspaceRead { id: string; /** The name of the Workspace. */ name: string; label: string; created: Date; displayConfig?: Vellum.WorkspaceDisplayConfig | null; }