/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../index"; import * as Vellum from "../../api/index"; import * as core from "../../core"; import { WorkspaceDisplayConfig } from "./WorkspaceDisplayConfig"; export declare const WorkspaceRead: core.serialization.ObjectSchema; export declare namespace WorkspaceRead { interface Raw { id: string; name: string; label: string; created: string; display_config?: (WorkspaceDisplayConfig.Raw | null) | null; } }