UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

6 lines (5 loc) 216 B
import { NorthJutlandCityCode } from "./NorthJutlandCityCode.js"; import { CityMessages } from "../../../../country/index.js"; export type NorthJutlandMessages = { [key in NorthJutlandCityCode]: CityMessages; };