Merge pull request #54 from Tria-plc/freight/feature/ui-sync

onboarding and bookin ui page
This commit is contained in:
yaschalew10
2026-05-29 16:40:26 +03:00
committed by GitHub
13 changed files with 761 additions and 716 deletions

View File

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