Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias GetDeliveryAppointment
import { type GetDeliveryAppointment } from "https://deno.land/x/cdek@v1.0.12/src/types/api/response.ts";
definition: { entity?: { uuid: string; cdek_number?: string; order_uuid: string; date: string; time_from?: string; time_to?: string; comment?: string; delivery_point?: string; to_location?: Location; statuses: Status[]; }; requests: Request[]; }