UNPKG

@rocket.chat/apps-engine

Version:

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

11 lines (10 loc) 302 B
export declare enum UserType { /** A user type for Rocket.Chat apps. */ APP = "app", /** The user is a regular user of the system. */ USER = "user", /** A special user type for bots. */ BOT = "bot", /** This usually represents a livechat guest. */ UNKNOWN = "unknown" }