UNPKG

matrix-react-sdk

Version:
3 lines (2 loc) 171 B
import { ALL_MESSAGES, ALL_MESSAGES_LOUD, MENTIONS_ONLY, MUTE } from "./RoomNotifs"; export declare type Volume = ALL_MESSAGES_LOUD | ALL_MESSAGES | MENTIONS_ONLY | MUTE;