inspection data model

This commit is contained in:
Julian Krauser 2025-05-24 13:51:38 +02:00
parent 95d1113ff9
commit 3ff44f7370
9 changed files with 222 additions and 21 deletions

View file

@ -0,0 +1,5 @@
export enum InspectionPointEnum {
oknok = "oknok",
text = "text",
number = "number",
}