refactor: the whole role and permission flow
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
export enum RoleEnum {
|
||||
ADMIN = "admin",
|
||||
SUPER_ADMIN = "super_admin",
|
||||
USER = "user",
|
||||
DEVELOPER = "developer",
|
||||
AGENT = "agent",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user