mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-16 02:36:19 +00:00
Update role types in enums and role guards
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
export enum RoleType {
|
||||
USER = 'USER',
|
||||
SUPER_ADMIN = 'SUPER_ADMIN',
|
||||
ADMIN = 'ADMIN',
|
||||
USER = 'USER',
|
||||
}
|
||||
|
Reference in New Issue
Block a user