UNPKG

mattermost-redux

Version:

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

12 lines (11 loc) 429 B
import type { PreferencesType, PreferenceType } from '@mattermost/types/preferences'; declare const _default: import("redux").Reducer<{ myPreferences: any; userPreferences: { [key: string]: PreferencesType; }; }, import("redux").AnyAction, Partial<{ myPreferences: Record<string, PreferenceType> | undefined; userPreferences: Record<string, PreferencesType> | undefined; }>>; export default _default;