diff --git a/eshtek/admin.types.ts b/eshtek/admin.types.ts index ddecdbe..99ec02a 100644 --- a/eshtek/admin.types.ts +++ b/eshtek/admin.types.ts @@ -2,6 +2,16 @@ * Admin API Types and Interfaces */ +/** + * Admin access groups for role-based permissions + */ +export enum AdminGroup { + APPS = 'APPS', + BUSINESS = 'BUSINESS', + ENGINEERING = 'ENGINEERING', + FULL = 'FULL', +} + /** * Response from the catalog status endpoint */