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