diff --git a/src/stores/employee/types.ts b/src/stores/employee/types.ts index 4b0f6a2a..db1a5dbc 100644 --- a/src/stores/employee/types.ts +++ b/src/stores/employee/types.ts @@ -284,16 +284,20 @@ export type NewEmployeeHistory = { }; export type EmployeeVisaPayload = { - id?: string; - number: string; - type: string; - entryCount: number; - issueCountry: string; - issuePlace: string; - issueDate: Date; - expireDate: Date; + arrivalAt: string; + arrivalTMNo: string; + arrivalTM: string; mrz?: string; + entryCount: number; + issuePlace: string; + issueCountry: string; + issueDate: Date; + type: string; + expireDate: Date; remark?: string; + workerType: string; + number: string; + id?: string; }; export type EmployeePassportPayload = {