UNPKG

@datalayer/core

Version:

[![Datalayer](https://assets.datalayer.tech/datalayer-25.svg)](https://datalayer.io)

17 lines (16 loc) 576 B
import { IRole } from './Role'; export declare class PlatformRoles { private constructor(); static readonly Anonymous: IRole; static readonly Guest: IRole; static readonly Member: IRole; static readonly IAMToken: IRole; static readonly SupportManager: IRole; static readonly GrowthManager: IRole; static readonly SuccessManager: IRole; static readonly SecurityAuditor: IRole; static readonly FeaturesPreviewer: IRole; static readonly UsageReviewer: IRole; static readonly Admin: IRole; static readonly ALL_ROLES: IRole[]; }