role.js 87 B

12345
  1. module.exports = {
  2. Admin: 'admin',
  3. Employee: 'employee',
  4. Client: 'client'
  5. }