UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

9 lines (8 loc) 389 B
import { DepartmentMessages } from "../../../../../country/region/department/DepartmentMessages.js"; import { SartheCityCode } from "./SartheCityCode.js"; import { CityMessages } from "../../../../../country/index.js"; type SartheCityMessagesList = { [key in SartheCityCode]: CityMessages; }; export declare const sartheMessages: DepartmentMessages<SartheCityMessagesList>; export {};