changes export flow

This commit is contained in:
Marshal
2026-07-30 11:30:34 +00:00
parent b671f07ce6
commit 2ca04b8f98
47 changed files with 1195 additions and 74 deletions

View File

@@ -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];