Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
type alias ApiRequest.GetPickupPoints
import { type ApiRequest } from "https://deno.land/x/cdek@v1.0.9/mod.ts";
const { GetPickupPoints } = ApiRequest;
definition: { postal_code?: number; city_code?: number; type?: string; country_code?: string; region_code?: number; have_cashless?: boolean; have_cash?: boolean; allowed_cod?: boolean; is_dressing_room?: boolean; weight_max?: number; weight_min?: number; lang?: string; take_only?: boolean; is_handout?: boolean; is_reception?: boolean; fias_guid?: string; }