UNPKG

matrix-react-sdk

Version:
14 lines (13 loc) 327 B
/** * Represents the various setting levels supported by the SettingsStore. */ export declare enum SettingLevel { DEVICE = "device", ROOM_DEVICE = "room-device", ROOM_ACCOUNT = "room-account", ACCOUNT = "account", ROOM = "room", PLATFORM = "platform", CONFIG = "config", DEFAULT = "default" }