UNPKG

@datalayer/core

Version:
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[]; }