feature: historia zmian w zestawieniu pociągów

This commit is contained in:
2023-03-20 22:39:23 +01:00
parent ff78eba927
commit 032a84cbcf
6 changed files with 81 additions and 19 deletions
@@ -38,6 +38,8 @@ export interface TimetableHistory {
stopsString?: string;
stockString?: string;
stockHistory: string[];
stockMass?: number;
stockLength?: number;
maxSpeed?: number;