refactor: เพิ่ม type code
This commit is contained in:
parent
bedc4a8b4c
commit
98bb78a69b
1 changed files with 2 additions and 2 deletions
|
|
@ -52,11 +52,11 @@ export type Employee = {
|
|||
};
|
||||
|
||||
export type EmployeeCreate = {
|
||||
|
||||
code: string;
|
||||
image: File | null;
|
||||
customerBranchId: string;
|
||||
|
||||
status?: Status;
|
||||
|
||||
nrcNo: string;
|
||||
|
||||
dateOfBirth: Date | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue