Skip to main content
Latest
type alias ApiResponse.GetCourierDetails
import { type ApiResponse } from "https://deno.land/x/cdek@v1.0.9/mod.ts";
const { GetCourierDetails } = ApiResponse;
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[]; }