export const ROLE_USER = 0; export const ROLE_AUTHOR = 1; export const ROLE_ADMIN = 2;