Skip to main content
Latest
type alias ApiResponse.GetPickupPoints
import { type ApiResponse } from "https://deno.land/x/cdek@v1.0.9/mod.ts";
const { GetPickupPoints } = ApiResponse;
definition: { code: string; name: string; location: Location & { address_full: string; }; address_comment?: string; nearest_station: string; nearest_metro_station?: string; work_time: string; phones: Phone[]; email: string; note: string; type: "PVZ" | "POSTAMAT"; owner_code: string; take_only: boolean; is_handout: boolean; is_reception: boolean; is_dressing_room: boolean; have_cashless: boolean; have_cash: boolean; allowed_cod: boolean; site?: string; office_image_list?: { url: string; number: number; }[]; work_time_list: { day: number; time: string; }[]; work_time_exceptions?: { date: string; time?: string; is_working: boolean; }[]; weight_min: number; weight_max?: number; fulfillment: boolean; dimensions?: { width: number; height: number; depth: number; }[]; errors?: Error[]; }