UNPKG

@rocket.chat/apps-engine

Version:

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

8 lines (7 loc) 166 B
/** * The actions provided by the AppClientSDK. */ export declare enum AppsEngineUIMethods { GET_USER_INFO = "getUserInfo", GET_ROOM_INFO = "getRoomInfo" }