UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

5 lines (4 loc) 191 B
import { OrganizationService } from "../OrganizationService.js"; import { CmsCountry } from "./CmsCountry.js"; export declare class CountryService extends OrganizationService<CmsCountry> { }