refactor: edit type
This commit is contained in:
parent
804706c5c7
commit
18a635e0af
1 changed files with 4 additions and 1 deletions
|
|
@ -223,7 +223,10 @@ export type QuotationFull = {
|
|||
work: WorkRelation | null;
|
||||
serviceId: string | null;
|
||||
service: ServiceRelation | null;
|
||||
worker: EmployeeRelation[];
|
||||
worker: {
|
||||
productServiceId: string;
|
||||
employeeId: string;
|
||||
}[];
|
||||
}[];
|
||||
|
||||
id: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue