tfl-api-wrapper
Version:
A Node JS wrapper for the Transport for London API
21 lines (20 loc) • 558 B
TypeScript
declare const enum modes {
bus = "bus",
cablecar = "cable-car",
cycle = "cycle",
cyclehire = "cycle-hire",
dlr = "dlr",
interchangekeepsitting = "interchange-keep-sitting",
interchangesecure = "interchange-secure",
nationalrail = "national-rail",
overground = "overground",
replacementbus = "replacement-bus",
riverbus = "river-bus",
rivertour = "river-tour",
taxi = "taxi",
tflrail = "tflrail",
tram = "tram",
tube = "tube",
walking = "walking"
}
export default modes;