mirror of
https://github.com/strapi/strapi.git
synced 2025-08-10 17:58:07 +00:00
7 lines
254 B
JavaScript
7 lines
254 B
JavaScript
![]() |
import pluginId from './pluginId';
|
||
|
|
||
|
export const selectPermissions = state => state.get(`${pluginId}_rbacManager`).permissions;
|
||
|
|
||
|
export const selectCollectionTypePermissions = state =>
|
||
|
state.get('permissionsManager').collectionTypesRelatedPermissions;
|