Skip to content

Commit 15c3fa1

Browse files
authored
Merge pull request #88 from eshtek/feature/admin-groups
Adds admin access groups
2 parents 4f38461 + 7c9ca18 commit 15c3fa1

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

eshtek/admin.types.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
* Admin API Types and Interfaces
33
*/
44

5+
/**
6+
* Admin access groups for role-based permissions
7+
*/
8+
export enum AdminGroup {
9+
APPS = 'APPS',
10+
BUSINESS = 'BUSINESS',
11+
ENGINEERING = 'ENGINEERING',
12+
FULL = 'FULL',
13+
}
14+
515
/**
616
* Response from the catalog status endpoint
717
*/

0 commit comments

Comments
 (0)