import type { CityID } from "./defs.js"; export class City{ constructor( public readonly id: CityID ){ } }