UNPKG

@datalayer/core

Version:

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

10 lines (9 loc) 297 B
import { IRole } from './Role'; export declare class OrganizationRoles { private constructor(); static readonly Member: IRole; static readonly SecurityAuditor: IRole; static readonly UsageReviewer: IRole; static readonly Owner: IRole; static readonly ALL_ROLES: IRole[]; }