Skip to main content
Module

x/cdek/mod.ts>ApiBase.Package

📦CDEK api client
Latest
type alias ApiBase.Package
import { type ApiBase } from "https://deno.land/x/cdek@v1.0.9/mod.ts";
const { Package } = ApiBase;
definition: { number: string; weight: number; length?: number; width?: number; height?: number; comment?: string; items?: Item[]; }