UNPKG

@rocket.chat/apps-engine

Version:

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

13 lines (12 loc) 274 B
export declare enum SettingType { BOOLEAN = "boolean", CODE = "code", COLOR = "color", FONT = "font", NUMBER = "int", SELECT = "select", STRING = "string", MULTI_SELECT = "multiSelect", PASSWORD = "password", ROOM_PICK = "roomPick" }