Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias ApiResponse.GetRegions
import { type ApiResponse } from "https://deno.land/x/cdek@v1.0.12/mod.ts";
const { GetRegions } = ApiResponse;
definition: { country_code: string; country: string; region: string; prefix?: string; region_code?: number; kladr_region_code?: string; fias_region_guid?: string; errors?: Error[]; }