This commit is contained in:
2022-10-16 20:01:44 +02:00
parent ab933e4ad1
commit 83aa054a70
11 changed files with 766 additions and 706 deletions
@@ -1,4 +1,4 @@
export default interface IStationData {
export default interface ISceneryData {
stationName: string;
nameAbbreviation: string;
stationCheckpoints: string[];
+1
View File
@@ -4,6 +4,7 @@ interface ITableRowValues {
currentRouteToIndex: number;
currentRouteViaIndex: number;
currentDateDigitIndex: number;
dateDigits: string[],
}