diff --git a/src/stores/quotations/types.ts b/src/stores/quotations/types.ts index a3412310..52f07d16 100644 --- a/src/stores/quotations/types.ts +++ b/src/stores/quotations/types.ts @@ -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;