damage report and inspections
This commit is contained in:
parent
0ea9601ea3
commit
a49babe48d
48 changed files with 701 additions and 117 deletions
|
@ -1,4 +1,4 @@
|
|||
import type { InspectionViewMoel } from "../inspectionPlan/inspectionPlan.models";
|
||||
import type { InspectionViewModel } from "../inspectionPlan/inspectionPlan.models";
|
||||
import type { VehicleTypeViewModel } from "../vehicleType/vehicleType.models";
|
||||
|
||||
export interface VehicleViewModel {
|
||||
|
@ -8,7 +8,7 @@ export interface VehicleViewModel {
|
|||
location: string;
|
||||
vehicleTypeId: string;
|
||||
vehicleType: VehicleTypeViewModel;
|
||||
inspections: Array<InspectionViewMoel>;
|
||||
inspections: Array<InspectionViewModel>;
|
||||
}
|
||||
|
||||
export interface CreateVehicleViewModel {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue