diff --git a/src/stores/employee/types.ts b/src/stores/employee/types.ts index 06d0da73..d2320713 100644 --- a/src/stores/employee/types.ts +++ b/src/stores/employee/types.ts @@ -237,6 +237,7 @@ export type EmployeeOther = { fatherFirstName: string; fatherBirthPlace: string; citizenId: string; + telephoneNo: string; }; export type EmployeeOtherCreate = { @@ -250,6 +251,7 @@ export type EmployeeOtherCreate = { fatherLastName?: string; fatherFirstName?: string; fatherBirthPlace?: string; + telephoneNo?: string; citizenId?: string; id?: string; statusSave?: boolean;