/** * 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 { CodeExecutionPackageRequest } from "../../../../types/CodeExecutionPackageRequest"; export declare const UpdateContainerImageRequest: core.serialization.Schema; export declare namespace UpdateContainerImageRequest { interface Raw { packages: CodeExecutionPackageRequest.Raw[]; tag: string; user_script?: (string | null) | null; is_hotswappable?: boolean | null; server_version?: (string | null) | null; } }