pass reports to admin ui
This commit is contained in:
parent
41c3093754
commit
0fdb77d7ca
2 changed files with 13 additions and 3 deletions
|
@ -26,7 +26,9 @@ export type DamageReportViewModel = {
|
|||
status: string;
|
||||
done: boolean;
|
||||
description: string;
|
||||
image: string[];
|
||||
location: string;
|
||||
note: string;
|
||||
images: string[];
|
||||
reportedBy: string;
|
||||
maintenance?: MaintenanceViewModel;
|
||||
} & DamageReportAssigned;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue