UNPKG

mattermost-redux

Version:

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

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