mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-27 13:14:55 +00:00
Remove USER role
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
export enum RoleType {
|
||||
SUPER_ADMIN = 'SUPER_ADMIN',
|
||||
ADMIN = 'ADMIN',
|
||||
USER = 'USER',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user