954605a80
fba87e27c
1
2
3 4 5 6
// Keep the order export const enum UserRole { ADMINISTRATOR = 0, MODERATOR = 1, USER = 2 }