Skip to main content
Latest
type alias ApiRequest.CreateBarcodeCP
import { type ApiRequest } from "https://deno.land/x/cdek@v1.0.9/mod.ts";
const { CreateBarcodeCP } = ApiRequest;
definition: { orders: { order_uuid?: string; cdek_number?: number; }[]; copy_count?: number; format?: "A4" | "A5" | "A6"; }