Departure
Departure: { accessibility: ["wheelChair", "lowFloor"] | null; booking: true | null; colors: { background: string; foreground: string }; departure: { cancelled: boolean; date: string; datetime: Date; realtime: boolean; time: string; wait: { milliseconds: number; minutes: number; seconds: number } }; direction: { long: string; short: string }; line: { name: string; shortName: string }; night: true | null; track: string; vehicle: string }
Type declaration
-
accessibility: ["wheelChair", "lowFloor"] | null
-
booking: true | null
-
colors: { background: string; foreground: string }
-
background: string
-
foreground: string
-
departure: { cancelled: boolean; date: string; datetime: Date; realtime: boolean; time: string; wait: { milliseconds: number; minutes: number; seconds: number } }
-
cancelled: boolean
-
date: string
-
datetime: Date
-
realtime: boolean
-
time: string
-
wait: { milliseconds: number; minutes: number; seconds: number }
-
milliseconds: number
-
minutes: number
-
seconds: number
-
direction: { long: string; short: string }
-
long: string
-
short: string
-
line: { name: string; shortName: string }
-
name: string
-
shortName: string
-
night: true | null
-
track: string
-
vehicle: string
0.0.1
vasttrafik