UNPKG

matrix-react-sdk

Version:
13 lines (12 loc) 300 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", CONFIG = "config", DEFAULT = "default" }