UNPKG

mattermost-redux

Version:

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

8 lines (7 loc) 253 B
import type { Bot } from '@mattermost/types/bots'; declare const _default: import("redux").Reducer<{ accounts: Record<string, Bot>; }, import("redux").AnyAction, Partial<{ accounts: Record<string, Bot> | undefined; }>>; export default _default;