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;
|
||||
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue