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