next and running inspections
This commit is contained in:
parent
8747baaf2e
commit
705297ba50
6 changed files with 142 additions and 7 deletions
|
@ -3,7 +3,7 @@ export interface CreateInspectionCommand {
|
|||
nextInspection?: Date;
|
||||
inspectionPlanId: string;
|
||||
relatedId: string;
|
||||
assigned: "vehicle" | "equipment";
|
||||
assigned: "vehicle" | "equipment" | "wearable";
|
||||
}
|
||||
|
||||
export interface UpdateInspectionCommand {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue