feat: implement user management features including user deletion and role-based access
This commit is contained in:
@@ -8,6 +8,7 @@ export interface User {
|
||||
email: string;
|
||||
password: string;
|
||||
created: string;
|
||||
role: string;
|
||||
}
|
||||
|
||||
export function useUsers(): User[] {
|
||||
|
Reference in New Issue
Block a user