/** * 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"; export declare const WorkflowSandboxExample: core.serialization.ObjectSchema; export declare namespace WorkflowSandboxExample { interface Raw { id: string; label: string; description?: (string | null) | null; icon_name?: (string | null) | null; ui_image_url?: (string | null) | null; code_image_url?: (string | null) | null; } }