fix: error types

This commit is contained in:
Methapon Metanipat 2024-10-07 13:53:43 +07:00
parent b0800c7b05
commit 4e21ded2db
2 changed files with 8 additions and 0 deletions

View file

@ -208,6 +208,7 @@ export type QuotationFull = {
work: WorkRelation | null;
serviceId: string | null;
service: ServiceRelation | null;
worker: EmployeeRelation[];
}[];
id: string;