adapt viewmodel changes

This commit is contained in:
Julian Krauser 2025-05-24 12:55:24 +02:00
parent 30baca2567
commit 98fd7b64d2
9 changed files with 28 additions and 19 deletions

View file

@ -29,14 +29,6 @@ export type InspectionViewModel = {
}
);
export interface InspectionPointViewModel {
id: string;
title: string;
description: string;
type: "iO-niO" | "text" | "number";
min?: number;
}
export interface InspectionPointResultViewModel {
inspectionId: string;
inspectionVersionedPlanId: string;