Skip to content

Commit

Permalink
ORV2-2693 Add License GVW to permitData (#1618)
Browse files Browse the repository at this point in the history
  • Loading branch information
praju-aot authored Sep 25, 2024
1 parent 1bb6ece commit af4046a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vehicles/src/common/interface/permit.template.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ interface VehicleDetails {
provinceCode: string;
vehicleType: string;
vehicleSubType: string;
licensedGVW?: number;
saveVehicle?: boolean;
}

Expand Down

0 comments on commit af4046a

Please sign in to comment.