Files
Whaticket/frontend/src/rules.js
2023-02-23 18:13:04 -06:00

20 lines
324 B
JavaScript

const rules = {
user: {
static: [],
},
admin: {
static: [
"drawer-admin-items:view",
"tickets-manager:showall",
"user-modal:editProfile",
"user-modal:editQueues",
"ticket-options:deleteTicket",
"ticket-options:transferWhatsapp",
"contacts-page:deleteContact",
],
},
};
export default rules;