UNPKG

mattermost-redux

Version:

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

5 lines (4 loc) 248 B
import { GenericAction } from "../../types/actions"; import { ChannelsRequestsStatuses } from "../../types/requests"; declare const _default: (b: ChannelsRequestsStatuses, a: GenericAction) => ChannelsRequestsStatuses; export default _default;