schema update
This commit is contained in:
parent
922c6b7df3
commit
9b38c6a5e9
29 changed files with 184 additions and 43 deletions
|
@ -17,6 +17,7 @@ export interface UpdateRepairCommand {
|
|||
export interface UpdateRepairStatusCommand {
|
||||
id: string;
|
||||
status: string;
|
||||
user: { id: string; firstname: string; lastname: string };
|
||||
done: boolean;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue