edit repair
This commit is contained in:
parent
85fa912024
commit
f812298cb2
6 changed files with 166 additions and 13 deletions
|
@ -9,11 +9,15 @@ export interface CreateRepairCommand {
|
|||
|
||||
export interface UpdateRepairCommand {
|
||||
id: string;
|
||||
status: string;
|
||||
title: string;
|
||||
description: string;
|
||||
responsible: string;
|
||||
reports: string[];
|
||||
}
|
||||
|
||||
export interface UpdateRepairStatusCommand {
|
||||
id: string;
|
||||
status: string;
|
||||
done: boolean;
|
||||
}
|
||||
|
||||
export interface DeleteRepairCommand {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue