adapt to schema update

This commit is contained in:
Julian Krauser 2025-07-25 11:05:01 +02:00
parent 0b16599d2a
commit 91ad11e20c
10 changed files with 14 additions and 11 deletions

View file

@ -25,6 +25,7 @@ export type RepairViewModel = {
id: string;
createdAt: Date;
finishedAt?: Date;
finishedBy?: string;
status: string;
responsible: string;
title: string;