fix: error types
This commit is contained in:
parent
b0800c7b05
commit
4e21ded2db
2 changed files with 8 additions and 0 deletions
|
|
@ -208,6 +208,7 @@ export type QuotationFull = {
|
|||
work: WorkRelation | null;
|
||||
serviceId: string | null;
|
||||
service: ServiceRelation | null;
|
||||
worker: EmployeeRelation[];
|
||||
}[];
|
||||
|
||||
id: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue