adapt to schema update
This commit is contained in:
parent
0b16599d2a
commit
91ad11e20c
10 changed files with 14 additions and 11 deletions
|
@ -25,6 +25,7 @@ export type RepairViewModel = {
|
|||
id: string;
|
||||
createdAt: Date;
|
||||
finishedAt?: Date;
|
||||
finishedBy?: string;
|
||||
status: string;
|
||||
responsible: string;
|
||||
title: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue