UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

9 lines (8 loc) 442 B
import { DepartmentMessages } from "../../../../../country/region/department/DepartmentMessages.js"; import { CotesDArmorCityCode } from "./CotesDArmorCityCode.js"; import { OrganizationMessages } from "../../../../../OrganizationMessages.js"; type CotesDArmorCityMessagesList = { [key in CotesDArmorCityCode]: OrganizationMessages; }; export declare const cotesDArmorMessages: DepartmentMessages<CotesDArmorCityMessagesList>; export {};