Variable rawProjectPermissionsSelectorConst
rawProjectPermissionsSelector: {
can_change_project_status: boolean;
can_complete_requirement: boolean;
can_create_requirement: boolean;
can_delete_project: boolean;
can_delete_requirement: boolean;
can_edit_project: boolean;
can_manage_authors: boolean;
can_manage_issues: boolean;
can_set_master: boolean;
can_set_plan: boolean;
has_clearance: boolean;
is_guest: boolean;
pending_clearance: boolean;
} = ...
Type Declaration
can_change_project_status: boolean
can_complete_requirement: boolean
can_create_requirement: boolean
can_delete_project: boolean
can_delete_requirement: boolean
can_edit_project: boolean
can_manage_authors: boolean
can_manage_issues: boolean
can_set_master: boolean
can_set_plan: boolean
has_clearance: boolean
is_guest: boolean
pending_clearance: boolean