Skip to content

Commit 000083b

Browse files
committed
chore: update comments
1 parent 5f84a68 commit 000083b

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

src/Common/Hooks/UseSuperAdmin/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
export interface useSuperAdminType {
1818
isSuperAdmin: boolean
1919
/**
20-
* ENT Only
2120
* User can give access to all other users
2221
*/
2322
canManageAllAccess?: boolean

src/Common/Types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,6 @@ export interface UserRole extends ResponseType {
10801080
roles: string[]
10811081
superAdmin: boolean
10821082
/**
1083-
* ENT Only
10841083
* Defines if a user is access manager and can manage all access
10851084
*/
10861085
canManageAllAccess?: boolean

src/Shared/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -771,11 +771,11 @@ export interface UserRoleConfig {
771771
// can be '' if access manager has no base access
772772
baseRole: string
773773
/**
774-
* Only for devtron apps, ENT Only
774+
* Only for devtron apps
775775
*/
776776
additionalRoles?: Set<string>
777777
/**
778-
* Only for devtron apps, ENT Only
778+
* Only for devtron apps
779779
*/
780780
accessManagerRoles?: Set<string>
781781
}

0 commit comments

Comments
 (0)