Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias ApiRequest.AddCourier
import { type ApiRequest } from "https://deno.land/x/cdek@v1.0.12/mod.ts";
const { AddCourier } = ApiRequest;
definition: { cdek_number?: number; order_uuid?: string; intake_date: string; intake_time_from: string; intake_time_to: string; lunch_time_from?: string; lunch_time_to?: string; name?: string; weight?: number; length?: number; width?: number; height?: number; comment?: string; sender?: Contact; from_location?: Location; need_call?: boolean; courier_power_of_attorney?: boolean; courier_identity_card?: boolean; }