Permissions: {
general: {
[routeId: string]: boolean;
};
namespaces: {
[namespaceId: string]: {
[routeId: string]: boolean;
};
};
}
Type declaration
general: {
[routeId: string]: boolean;
}
[routeId: string]: boolean
namespaces: {
[namespaceId: string]: {
[routeId: string]: boolean;
};
}
[namespaceId: string]: {
[routeId: string]: boolean;
}
[routeId: string]: boolean
General routes independent of namespaces