UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

8 lines (7 loc) 384 B
import { RR0Context } from "../../../../../RR0Context.js"; import { OrganizationService } from "../../../../OrganizationService.js"; import { Department } from "../Department.js"; import { City } from "./City.js"; export declare class CityService extends OrganizationService<City, Department> { protected nameToFind(context: RR0Context, city: City, nameToFind: string): string; }