fix: names corrections for multiple units

This commit is contained in:
2025-05-02 19:30:19 +02:00
parent 4a96ed3852
commit 93acfdb780
4 changed files with 51 additions and 47 deletions
+2
View File
@@ -147,6 +147,8 @@ export interface StopRow {
stockVmax: number;
stockLength: number;
stockMass: number;
lastRowRef: StopRow | null;
}
export interface StopRowCZ {