refactor: add type of Employee
This commit is contained in:
parent
f56c445a15
commit
22093c5798
1 changed files with 3 additions and 0 deletions
|
|
@ -48,6 +48,9 @@ export type Employee = {
|
|||
province: Province | null;
|
||||
profileImageUrl: string | null;
|
||||
customerBranch: CustomerBranch & { customer: Customer };
|
||||
employeeWork?: EmployeeWorkCreate[];
|
||||
employeeCheckup?: EmployeeCheckupCreate[];
|
||||
employeeOtherInfo?: EmployeeOtherCreate;
|
||||
};
|
||||
|
||||
export type EmployeeCreate = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue