feat: add image url type
This commit is contained in:
parent
fc63fe2702
commit
e7c7d10e13
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ export type Employee = {
|
|||
nrcNo: string;
|
||||
code: string;
|
||||
status: Status;
|
||||
imageUrl: string | null;
|
||||
};
|
||||
|
||||
export type EmployeeCreate = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue