UNPKG

gtfs-stream

Version:

Streaming GTFS and GTFS-RT parser for node

8 lines (7 loc) 220 B
declare const wheelchairTypes: { '0': string; '1': string; '2': string; }; export type EnhancedWheelchairBoardingType = (typeof wheelchairTypes)[keyof typeof wheelchairTypes]; export default wheelchairTypes;