Railway adapter

interface CatalogRailwayAdapter {
    listRailAreas: HandlerAndValidators<Record<string, Predicate>>;
    listRailCompanies: HandlerAndValidators<Record<string, Predicate>>;
    listRailLines: HandlerAndValidators<Record<string, Predicate>>;
    listRailStations: HandlerAndValidators<Record<string, Predicate>>;
}

Hierarchy (view full)

Properties

listRailAreas: HandlerAndValidators<Record<string, Predicate>>
listRailCompanies: HandlerAndValidators<Record<string, Predicate>>
listRailLines: HandlerAndValidators<Record<string, Predicate>>
listRailStations: HandlerAndValidators<Record<string, Predicate>>

Generated using TypeDoc