Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias GetCities
import { type GetCities } from "https://deno.land/x/cdek@v1.0.9/src/types/api/response.ts";
definition: { code: number; city: string; fias_guid?: string; kladr_code?: string; country_code: string; country: string; region: string; region_code?: number; fias_region_guid?: string; kladr_region_code?: string; sub_region?: string; longitude?: number; latitude?: number; time_zone?: string; payment_limit: number; errors?: Error[]; }