next and running inspections

This commit is contained in:
Julian Krauser 2025-07-10 13:22:29 +02:00
parent 8747baaf2e
commit 705297ba50
6 changed files with 142 additions and 7 deletions

View file

@ -3,7 +3,7 @@ export interface CreateInspectionCommand {
nextInspection?: Date;
inspectionPlanId: string;
relatedId: string;
assigned: "vehicle" | "equipment";
assigned: "vehicle" | "equipment" | "wearable";
}
export interface UpdateInspectionCommand {