Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/cdek/src/types/api/base.ts>Location

📦CDEK api client
Latest
type alias Location
import { type Location } from "https://deno.land/x/cdek@v1.0.12/src/types/api/base.ts";
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; }