module.exports = {
user: {
role: {
ADMIN: 1,
STAFF: 2,
RESIDENTS_OWNER: 3,
RESIDENTS_MEMBER: 4,
RESIDENTS_TENENT: 5,
VISITOR: 6
}