mirror of
https://github.com/Spythere/srjp-td2.git
synced 2026-05-03 21:48:13 +00:00
chore: departure real line number (wip)
This commit is contained in:
@@ -134,7 +134,8 @@ export interface StopRow {
|
||||
stopType: string;
|
||||
scheduledArrivalDate: Date | null;
|
||||
scheduledDepartureDate: Date | null;
|
||||
realLine: string;
|
||||
arrivalLineNumber: string;
|
||||
departureLineNumber: string;
|
||||
driveTime: number;
|
||||
abbrevs: string[];
|
||||
sceneryName: string;
|
||||
|
||||
Reference in New Issue
Block a user