refactor: add type
This commit is contained in:
parent
a38cd5e75d
commit
1dbb113049
1 changed files with 2 additions and 0 deletions
|
|
@ -237,6 +237,7 @@ export type EmployeeOther = {
|
||||||
fatherFirstName: string;
|
fatherFirstName: string;
|
||||||
fatherBirthPlace: string;
|
fatherBirthPlace: string;
|
||||||
citizenId: string;
|
citizenId: string;
|
||||||
|
telephoneNo: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
export type EmployeeOtherCreate = {
|
export type EmployeeOtherCreate = {
|
||||||
|
|
@ -250,6 +251,7 @@ export type EmployeeOtherCreate = {
|
||||||
fatherLastName?: string;
|
fatherLastName?: string;
|
||||||
fatherFirstName?: string;
|
fatherFirstName?: string;
|
||||||
fatherBirthPlace?: string;
|
fatherBirthPlace?: string;
|
||||||
|
telephoneNo?: string;
|
||||||
citizenId?: string;
|
citizenId?: string;
|
||||||
id?: string;
|
id?: string;
|
||||||
statusSave?: boolean;
|
statusSave?: boolean;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue