extend damageReport with noteByWorker
This commit is contained in:
parent
a208cdd158
commit
c02487ad3c
8 changed files with 18 additions and 8 deletions
|
@ -27,7 +27,8 @@ export type DamageReportViewModel = {
|
|||
done: boolean;
|
||||
description: string;
|
||||
location: string;
|
||||
note: string;
|
||||
noteByReporter: string;
|
||||
noteByWorker: string;
|
||||
images: string[];
|
||||
reportedBy: string;
|
||||
maintenance?: MaintenanceViewModel;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue