extend report by title

This commit is contained in:
Julian Krauser 2025-07-21 11:01:57 +02:00
parent 4d37571cb6
commit ecadd8431d
8 changed files with 12 additions and 0 deletions

View file

@ -23,6 +23,7 @@ export type DamageReportAssigned = {
export type DamageReportViewModel = {
id: string;
title: string;
reportedAt: Date;
status: string;
done: boolean;