add additional fields

This commit is contained in:
Julian Krauser 2025-05-21 09:10:41 +02:00
parent 43f46c0fad
commit b83b22d806
16 changed files with 97 additions and 3 deletions

View file

@ -26,6 +26,7 @@ export interface InspectionPointViewModel {
title: string;
description: string;
type: "iO-niO" | "text" | "number";
min?: number;
}
export interface InspectionPointResultViewModel {