inspection finish and print

This commit is contained in:
Julian Krauser 2025-07-11 14:02:39 +02:00
parent d96c73d5b1
commit 5d26885da3
14 changed files with 367 additions and 29 deletions

View file

@ -79,3 +79,8 @@ export type UpdateInspectionViewModel = {
nextInspection?: Date;
context?: string;
};
export interface CreateOrUpdateInspectionPointResultCommand {
inspectionPointId: string;
value: string;
}