UNPKG

strapi-plugin-comments

Version:
10 lines (9 loc) 256 B
export declare const usePermissions: () => { isLoadingForPermissions: boolean; canAccess: boolean; canModerate: boolean; canAccessReports: boolean; canReviewReports: boolean; canSettings: boolean; canSettingsChange: boolean; };