/** * 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 { GenerateRequest } from "../../types/GenerateRequest"; import { GenerateOptionsRequest } from "../../types/GenerateOptionsRequest"; export declare const GenerateBodyRequest: core.serialization.Schema; export declare namespace GenerateBodyRequest { interface Raw { deployment_id?: (string | null) | null; deployment_name?: (string | null) | null; requests: GenerateRequest.Raw[]; options?: (GenerateOptionsRequest.Raw | null) | null; } }