fix: wrong type

This commit is contained in:
Methapon Metanipat 2024-10-15 17:21:51 +07:00
parent 2485de651a
commit cd4051f792

View file

@ -262,6 +262,7 @@ export type QuotationFull = {
customerBranchId: string;
registeredBranchId: string;
registeredBranch: { id: string; name: string };
createdByUserId: string;
createdAt: string | Date;
@ -284,7 +285,6 @@ export type QuotationPayload = {
}[];
customerBranchId: string;
registeredBranchId: string;
registeredBranch: { id: string; name: string };
urgent: boolean;
worker: EmployeeWorker[];
_count: { worker: number };