refactor(bookings): Consolidate and remove steps for streamlined booking flow

This commit is contained in:
ghost2023
2026-05-29 13:08:27 +03:00
parent 14f73f0c79
commit b58e2ee2be
12 changed files with 557 additions and 509 deletions

View File

@@ -197,6 +197,7 @@ export interface CreateBookingDto {
lastMileDeliveryAddress?: string;
equipmentReturn: "WITH_RETURN" | "WITHOUT_RETURN";
customsClearingEnabled?: boolean;
originStation: string;
destinationStation: string;
cargoTotalWeightVgm: number;