export const ADMIN = 'admin'; export const MODERATOR = 'moderator'; export const AUTHENTICATED = 'authenticated'; export const ALL = 'normal';