UNPKG

mattermost-redux

Version:

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

4 lines (3 loc) 270 B
import type { PreferencesType } from '@mattermost/types/preferences'; export declare function getPreferenceKey(category: string, name: string): string; export declare function getPreferencesByCategory(myPreferences: PreferencesType, category: string): Map<string, any>;