Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias ApiRequest.AddDeliveryAppointment
import { type ApiRequest } from "https://deno.land/x/cdek@v1.0.12/mod.ts";
const { AddDeliveryAppointment } = ApiRequest;
definition: { cdek_number?: string; order_uuid?: string; date: string; time_from?: string; time_to?: string; comment?: string; delivery_point?: string; to_location?: Location; }