UNPKG

mattermost-redux

Version:

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

5 lines (4 loc) 310 B
import type { AppBinding } from '@mattermost/types/apps'; import type { ActionFuncAsync } from 'mattermost-redux/types/actions'; export declare function fetchAppBindings(channelID: string): ActionFuncAsync<true | AppBinding[]>; export declare function fetchRHSAppsBindings(channelID: string): ActionFuncAsync;