mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 05:18:10 +00:00
format; linting; aktualizacja do 2023.2.1
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
export const enum EVehicleUseType {
|
||||
LOCO_ELECTRICAL = 'loco-e',
|
||||
LOCO_DIESEL = "loco-s",
|
||||
EMU = "loco-ezt",
|
||||
DMU = "loco-szt",
|
||||
LOCO_ELECTRICAL = "loco-e",
|
||||
LOCO_DIESEL = "loco-s",
|
||||
EMU = "loco-ezt",
|
||||
DMU = "loco-szt",
|
||||
|
||||
CAR_PASSENGER = "car-passenger",
|
||||
CAR_CARGO = "car-cargo"
|
||||
}
|
||||
CAR_PASSENGER = "car-passenger",
|
||||
CAR_CARGO = "car-cargo",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user