extend report by title
This commit is contained in:
parent
4d37571cb6
commit
ecadd8431d
8 changed files with 12 additions and 0 deletions
|
@ -23,6 +23,7 @@ export type DamageReportAssigned = {
|
|||
|
||||
export type DamageReportViewModel = {
|
||||
id: string;
|
||||
title: string;
|
||||
reportedAt: Date;
|
||||
status: string;
|
||||
done: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue