UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

7 lines (6 loc) 280 B
import { Region } from "./Region.js"; import { OrganizationService } from "../../OrganizationService.js"; import { CmsCountry } from "../CmsCountry.js"; export declare class RegionService extends OrganizationService<Region, CmsCountry> { } export declare const regions: Region[];