fix: wrong type
This commit is contained in:
parent
2485de651a
commit
cd4051f792
1 changed files with 1 additions and 1 deletions
|
|
@ -262,6 +262,7 @@ export type QuotationFull = {
|
||||||
|
|
||||||
customerBranchId: string;
|
customerBranchId: string;
|
||||||
registeredBranchId: string;
|
registeredBranchId: string;
|
||||||
|
registeredBranch: { id: string; name: string };
|
||||||
|
|
||||||
createdByUserId: string;
|
createdByUserId: string;
|
||||||
createdAt: string | Date;
|
createdAt: string | Date;
|
||||||
|
|
@ -284,7 +285,6 @@ export type QuotationPayload = {
|
||||||
}[];
|
}[];
|
||||||
customerBranchId: string;
|
customerBranchId: string;
|
||||||
registeredBranchId: string;
|
registeredBranchId: string;
|
||||||
registeredBranch: { id: string; name: string };
|
|
||||||
urgent: boolean;
|
urgent: boolean;
|
||||||
worker: EmployeeWorker[];
|
worker: EmployeeWorker[];
|
||||||
_count: { worker: number };
|
_count: { worker: number };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue