feat: add image url type

This commit is contained in:
Methapon2001 2024-06-10 11:54:58 +07:00
parent fc63fe2702
commit e7c7d10e13

View file

@ -25,6 +25,7 @@ export type Employee = {
nrcNo: string; nrcNo: string;
code: string; code: string;
status: Status; status: Status;
imageUrl: string | null;
}; };
export type EmployeeCreate = { export type EmployeeCreate = {