Interface IDepartedTripPassage

Hierarchy

Properties

actualTime?: string

the actual estimated time

plannedTime?: string

the planned time

status: DEPARTED
stop: {
    id: string;
    name: string;
    shortName: string;
}

Type declaration

  • id: string
  • name: string
  • shortName: string
stop_seq_num: string

Generated using TypeDoc