fix issue

This commit is contained in:
Marshal
2026-07-31 12:28:37 +00:00
parent 7e85c16141
commit 950d539e37
3 changed files with 62 additions and 4 deletions

View File

@@ -278,7 +278,7 @@ export interface AdjustConsistPayload {
export interface ScheduleHistoryEntry {
id: string;
kind: "WAGON" | "BOOKING";
action: "ADD" | "REMOVE" | "SWITCH" | "BOOKING_REMOVED";
action: "ADD" | "REMOVE" | "SWITCH" | "BOOKING_REMOVED" | "BOOKING_LOADED" | "BOOKING_UNLOADED";
subject: string | null;
yardLabel: string | null;
actor: string | null;