real stock card exit btn; hotfixes

This commit is contained in:
2024-04-06 16:19:04 +02:00
parent b14c7a9502
commit 28485cc28c
3 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ export type StockSectionMode = 'STOCK_LIST' | 'STOCK_GENERATOR';
export type LocoGroupType = 'loco-electric' | 'loco-diesel' | 'unit-electric' | 'unit-diesel';
export type WagonGroupType = 'wagon-passenger' | 'wagon-freight';
export type VehicleGroupType = LocoGroupType & WagonGroupType;
export type VehicleGroupType = LocoGroupType | WagonGroupType;
export interface IVehicleProps {
type: string;