UNPKG

mattermost-redux

Version:

Common code (API client, Redux stores, logic, utility functions) for building a Mattermost client

11 lines (10 loc) 203 B
export declare const NotificationLevel: { DEFAULT: "default"; ALL: "all"; MENTION: "mention"; NONE: "none"; }; export declare const MarkUnread: { ALL: string; MENTION: string; };