Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias GetCourierDetails
import { type GetCourierDetails } from "https://deno.land/x/cdek@v1.0.9/src/types/api/response.ts";
definition: { entity?: { uuid: string; intake_number?: number; 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; statuses: Status[]; courier_power_of_attorney?: boolean; courier_identity_card?: boolean; }; requests: Request[]; }