diff --git a/src/stores/employee/types.ts b/src/stores/employee/types.ts index b594e7da..19c277dd 100644 --- a/src/stores/employee/types.ts +++ b/src/stores/employee/types.ts @@ -25,6 +25,7 @@ export type Employee = { nrcNo: string; code: string; status: Status; + imageUrl: string | null; }; export type EmployeeCreate = {