UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

9 lines (8 loc) 450 B
import { BouchesDuRhoneCityCode } from "./BouchesDuRhoneCityCode.js"; import { OrganizationMessages } from "../../../../../OrganizationMessages.js"; import { DepartmentMessages } from "../../../../../country/region/department/DepartmentMessages.js"; type BouchesDuRhoneCityList<T> = { [key in BouchesDuRhoneCityCode]: T; }; export declare const bouchesDuRhoneMessages: DepartmentMessages<BouchesDuRhoneCityList<OrganizationMessages>>; export {};