UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

4 lines (3 loc) 187 B
import { Place } from "@rr0/place"; import { City } from "../../../../../country/region/department/city/City.js"; export declare function createCity(zipCode: string, place: Place): City;