Interface: ScheduleResponse
Hierarchy
-
↳ ScheduleResponse
Index
Properties
Properties
data
• data: NestedData[]
Overrides BaseResponse.data
A collection of station's schedules. Even if only one station is requested, results will still be organised into an array of objects, each object containing an array of results for said station's schedule information.
Optional
error
• error? : undefined | object
Inherited from BaseResponse.error
meta
• meta: BaseMeta
Overrides BaseResponse.meta