refactor: edit type

This commit is contained in:
Thanaphon Frappet 2024-10-10 18:15:20 +07:00
parent 804706c5c7
commit 18a635e0af

View file

@ -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;