refactor: add type namePrefix
This commit is contained in:
parent
15277d3a03
commit
86a0c1f775
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ export type Employee = {
|
|||
createdByUserId: string;
|
||||
updatedByUserId: string;
|
||||
statusOrder: string;
|
||||
namePrefix: string;
|
||||
firstName: string;
|
||||
firstNameEN: string;
|
||||
lastName: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue