mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 19:48:11 +00:00
real stock card exit btn; hotfixes
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user