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