UNPKG

mattermost-redux

Version:

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

22 lines (21 loc) 606 B
import type { AppCallResponseType, AppExpandLevel, AppFieldType } from '@mattermost/types/apps'; export declare const AppBindingLocations: { POST_MENU_ITEM: string; CHANNEL_HEADER_ICON: string; APP_BAR: string; COMMAND: string; IN_POST: string; MARKETPLACE: string; }; export declare const AppBindingPresentations: { MODAL: string; }; export declare const AppCallResponseTypes: { [name: string]: AppCallResponseType; }; export declare const AppExpandLevels: { [name: string]: AppExpandLevel; }; export declare const AppFieldTypes: { [name: string]: AppFieldType; };