Wasm Directoryalpha
Record

tfl-api-presentation-entities-line-route-section

No description available.

record tfl-api-presentation-entities-line-route-section {
  destination: option​<string>,
  direction: option​<string>,
  from-station: option​<string>,
  route-id: option​<s32>,
  service-type: option​<string>,
  to-station: option​<string>,
  vehicle-destination-text: option​<string>,
}

Fields

NameTypeDescription
destinationoption​<string>
directionoption​<string>
from-stationoption​<string>
route-idoption​<s32>
service-typeoption​<string>
to-stationoption​<string>
vehicle-destination-textoption​<string>