UNPKG

@golemio/pid

Version:
9 lines (8 loc) 582 B
import { IStopTimeWithStopDto } from "../../../../../schema-definitions/ropid-gtfs/interfaces/ITripWithOptionalAssociationsDto"; import { AbstractTransformation } from "@golemio/core/dist/helpers/transformation/AbstractTransformation"; import { IGeoJSONFeature } from "@golemio/core/dist/output-gateway"; export declare class PublicGtfsTripStopTimesTransformation extends AbstractTransformation<IStopTimeWithStopDto, IGeoJSONFeature> { name: string; protected transformInternal: (stopTime: IStopTimeWithStopDto) => IGeoJSONFeature; private isStopWheelchairAccessible; }