File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 17
17
export interface useSuperAdminType {
18
18
isSuperAdmin : boolean
19
19
/**
20
- * ENT Only
21
20
* User can give access to all other users
22
21
*/
23
22
canManageAllAccess ?: boolean
Original file line number Diff line number Diff line change @@ -1080,7 +1080,6 @@ export interface UserRole extends ResponseType {
1080
1080
roles : string [ ]
1081
1081
superAdmin : boolean
1082
1082
/**
1083
- * ENT Only
1084
1083
* Defines if a user is access manager and can manage all access
1085
1084
*/
1086
1085
canManageAllAccess ?: boolean
Original file line number Diff line number Diff line change @@ -771,11 +771,11 @@ export interface UserRoleConfig {
771
771
// can be '' if access manager has no base access
772
772
baseRole : string
773
773
/**
774
- * Only for devtron apps, ENT Only
774
+ * Only for devtron apps
775
775
*/
776
776
additionalRoles ?: Set < string >
777
777
/**
778
- * Only for devtron apps, ENT Only
778
+ * Only for devtron apps
779
779
*/
780
780
accessManagerRoles ?: Set < string >
781
781
}
You can’t perform that action at this time.
0 commit comments