diff --git a/src/stores/quotations/types.ts b/src/stores/quotations/types.ts index a0f66c09..9446e872 100644 --- a/src/stores/quotations/types.ts +++ b/src/stores/quotations/types.ts @@ -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 };