UNPKG

@datalayer/core

Version:

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

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