Add pass time, platform, arrLine and depLine to API responeses (Timetable Stop)
This commit is contained in:
parent
5b46b14607
commit
0b4235ef2e
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@owlboard/ts-types",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"description": "Declares Typescript types for the OwlBoard stack",
|
||||
"main": "index.ts",
|
||||
"scripts": {
|
||||
|
@ -23,6 +23,10 @@ export interface OB_TrainTT_stopDetail {
|
||||
publicArrival?: string;
|
||||
wttDeparture?: string;
|
||||
wttArrival?: string;
|
||||
pass?: string;
|
||||
platform?: string;
|
||||
arrLine?: string;
|
||||
depLine?: string;
|
||||
tiploc: string;
|
||||
isPublic: boolean;
|
||||
}
|
Loading…
Reference in New Issue
Block a user