UNPKG

mattermost-redux

Version:

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

15 lines (14 loc) 547 B
import type { AnyAction } from 'redux'; import type { RequestStatusType } from '@mattermost/types/requests'; declare const _default: import("redux").Reducer<{ getRolesByNames: RequestStatusType; getRoleByName: RequestStatusType; getRole: RequestStatusType; editRole: RequestStatusType; }, AnyAction, Partial<{ getRolesByNames: RequestStatusType | undefined; getRoleByName: RequestStatusType | undefined; getRole: RequestStatusType | undefined; editRole: RequestStatusType | undefined; }>>; export default _default;