diff --git a/src/stores/quotations/types.ts b/src/stores/quotations/types.ts index 9ee463ff..a32cd051 100644 --- a/src/stores/quotations/types.ts +++ b/src/stores/quotations/types.ts @@ -272,21 +272,7 @@ export type QuotationPayload = { ]; urgent: boolean; customerBranchId: string; - worker: ( - | string - | { - lastNameEN: string; - lastName: string; - middleNameEN: string; - middleName: string; - firstNameEN: string; - firstName: string; - namePrefix: string; - nationality: string; - gender: string; - dateOfBirth: Date; - } - )[]; + worker: (string | EmployeeWorker)[]; workerCount: 0; payBillDate: Date; paySplit: Date[];