mirror of
https://github.com/Spythere/pragotron-td2.git
synced 2026-05-03 05:28:14 +00:00
v0.4
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export default interface IStationData {
|
||||
export default interface ISceneryData {
|
||||
stationName: string;
|
||||
nameAbbreviation: string;
|
||||
stationCheckpoints: string[];
|
||||
@@ -4,6 +4,7 @@ interface ITableRowValues {
|
||||
|
||||
currentRouteToIndex: number;
|
||||
currentRouteViaIndex: number;
|
||||
currentDateDigitIndex: number;
|
||||
|
||||
dateDigits: string[],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user