Skip to main content
Module

x/cdek/mod.ts>ApiBase.PrintForm

📦CDEK api client
Latest
type alias ApiBase.PrintForm
import { type ApiBase } from "https://deno.land/x/cdek@v1.0.9/mod.ts";
const { PrintForm } = ApiBase;
definition: { entity?: { uuid: string; orders: { order_uuid?: string; cdek_number?: number; }[]; copy_count?: number; type?: string; format?: "A4" | "A5" | "A6"; url?: string; statuses: Status[]; }; requests: Request[]; }