/** * 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 { PromptDeploymentInputRequest } from "../../../../types/PromptDeploymentInputRequest"; import { CompilePromptDeploymentExpandMetaRequest } from "../../../../types/CompilePromptDeploymentExpandMetaRequest"; export declare const DeploymentProviderPayloadRequest: core.serialization.Schema; export declare namespace DeploymentProviderPayloadRequest { interface Raw { deployment_id?: (string | null) | null; deployment_name?: (string | null) | null; inputs: PromptDeploymentInputRequest.Raw[]; release_tag?: (string | null) | null; expand_meta?: (CompilePromptDeploymentExpandMetaRequest.Raw | null) | null; } }