UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

8 lines (7 loc) 271 B
import { CityService, DepartmentService } from "./org/index.js"; import { CountryService } from "./org/country/CountryService.js"; export interface CMSContext { cityService: CityService; departmentService: DepartmentService; countryService: CountryService; }