export const ADMIN = 'ADMIN'; export const COMMENTER = 'COMMENTER'; export const MODERATOR = 'MODERATOR'; export const STAFF = 'STAFF';