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 = {
|
export type EmployeeCreate = {
|
||||||
|
|
||||||
|
code: string;
|
||||||
image: File | null;
|
image: File | null;
|
||||||
customerBranchId: string;
|
customerBranchId: string;
|
||||||
|
|
||||||
status?: Status;
|
status?: Status;
|
||||||
|
|
||||||
nrcNo: string;
|
nrcNo: string;
|
||||||
|
|
||||||
dateOfBirth: Date | null;
|
dateOfBirth: Date | null;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue