Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias ApiBase.Location
import { type ApiBase } from "https://deno.land/x/cdek@v1.0.12/src/types/api.ts";
const { Location } = ApiBase;
definition: { code?: number; fias_guid?: string; postal_code?: string; longitude?: number; latitude?: number; country?: string; country_code?: string; region?: string; region_code?: number; sub_region?: string; city?: string; city_code?: number; kladr_code?: string; address?: string; }