UNPKG

mattermost-redux

Version:

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

11 lines (10 loc) 208 B
export declare const NotificationLevel: { DEFAULT: string; ALL: string; MENTION: string; NONE: string; }; export declare const MarkUnread: { ALL: string; MENTION: string; };