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;
|
||||
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 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue