/** * 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 DeploySandboxWorkflowRequest: core.serialization.Schema; export declare namespace DeploySandboxWorkflowRequest { interface Raw { workflow_deployment_id?: (string | null) | null; workflow_deployment_name?: (string | null) | null; label?: (string | null) | null; release_tags?: (string[] | null) | null; release_description?: (string | null) | null; } }