UNPKG

@datalayer/core

Version:
8 lines (7 loc) 203 B
import { IRole } from "./Role"; export declare class TeamRoles { private constructor(); static readonly Member: IRole; static readonly Owner: IRole; static readonly ALL_ROLES: IRole[]; }