Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias ApiRequest.CreateOrderReceipt
import { type ApiRequest } from "https://deno.land/x/cdek@v1.0.12/mod.ts";
const { CreateOrderReceipt } = ApiRequest;
definition: { orders: { order_uuid?: string; cdek_number?: number; }[]; copy_count?: number; type?: string; }