19 lines
348 B
TypeScript
19 lines
348 B
TypeScript
const AccesibleCategories = [
|
|
{
|
|
title: {
|
|
tr: "Yetkiler",
|
|
en: "Permissions",
|
|
},
|
|
icon: "PackageCheck",
|
|
component: null,
|
|
selfEndpoints: [
|
|
"/event/list",
|
|
"/bind/services/occupant",
|
|
"/bind/services/employee",
|
|
],
|
|
allEndpoints: [],
|
|
subCategories: [],
|
|
},
|
|
];
|
|
export { AccesibleCategories };
|