refactor: edit type Employee
This commit is contained in:
parent
90bc4b9b75
commit
8b999e4d4c
1 changed files with 3 additions and 0 deletions
|
|
@ -8,6 +8,9 @@ export type Employee = {
|
|||
id: string;
|
||||
code: string;
|
||||
nrcNo: string;
|
||||
createdByUserId: string;
|
||||
updatedByUserId: string;
|
||||
statusOrder: string;
|
||||
firstName: string;
|
||||
firstNameEN: string;
|
||||
lastName: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue