UNPKG

mattermost-redux

Version:

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

14 lines (13 loc) 486 B
import type { GroupSyncablesState, Group } from '@mattermost/types/groups'; declare const _default: import("redux").Reducer<{ syncables: Record<string, GroupSyncablesState>; groups: Record<string, Group>; stats: any; myGroups: string[]; }, import("redux").AnyAction, Partial<{ syncables: Record<string, GroupSyncablesState> | undefined; groups: Record<string, Group> | undefined; stats: any; myGroups: string[] | undefined; }>>; export default _default;