mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-29 22:18:12 +00:00
changes export flow
This commit is contained in:
@@ -16,6 +16,7 @@ export const WAGON_STATUSES = [
|
||||
WagonStatus.ExportReady,
|
||||
WagonStatus.Maintenance,
|
||||
WagonStatus.Detained,
|
||||
WagonStatus.OutOfService,
|
||||
] as const;
|
||||
|
||||
export type WagonStatusType = (typeof WAGON_STATUSES)[number];
|
||||
|
||||
Reference in New Issue
Block a user