UNPKG

@rocket.chat/apps-engine

Version:

The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.

9 lines (8 loc) 176 B
export interface IRole { description: string; mandatory2fa?: boolean; name: string; protected: boolean; scope: 'Users' | 'Subscriptions'; id: string; }