@rr0/cms
Version:
RR0 Content Management System (CMS)
6 lines (5 loc) • 310 B
TypeScript
import { City } from "../../country/region/department/city/City.js";
import { Department } from "../../country/region/department/Department.js";
import { Place } from "@rr0/place";
export declare const russiaCities: City[];
export declare function ukCity(code: string, county: Department, place: Place): City;