feat: merge account management into employee page
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
export type UserRole = 'admin' | 'technician' | 'user';
|
||||
export type UserRole = 'admin' | 'technician' | 'employee' | 'user';
|
||||
|
||||
export interface User {
|
||||
id: number;
|
||||
|
||||
Reference in New Issue
Block a user