export const ROLE_TYPE_ROOT = -1; export const ROLE_TYPE_ANONYMOUS = 0; export const ROLE_TYPE_USER = 1;