mattermost-redux
Version:
Common code (API client, Redux stores, logic, utility functions) for building a Mattermost client
19 lines (18 loc) • 954 B
TypeScript
declare const _default: {
SEARCH_POSTS_REQUEST: "SEARCH_POSTS_REQUEST";
SEARCH_POSTS_SUCCESS: "SEARCH_POSTS_SUCCESS";
SEARCH_FLAGGED_POSTS_REQUEST: "SEARCH_FLAGGED_POSTS_REQUEST";
SEARCH_FLAGGED_POSTS_SUCCESS: "SEARCH_FLAGGED_POSTS_SUCCESS";
SEARCH_FLAGGED_POSTS_FAILURE: "SEARCH_FLAGGED_POSTS_FAILURE";
SEARCH_PINNED_POSTS_REQUEST: "SEARCH_PINNED_POSTS_REQUEST";
SEARCH_PINNED_POSTS_SUCCESS: "SEARCH_PINNED_POSTS_SUCCESS";
SEARCH_PINNED_POSTS_FAILURE: "SEARCH_PINNED_POSTS_FAILURE";
REMOVE_SEARCH_PINNED_POSTS: "REMOVE_SEARCH_PINNED_POSTS";
RECEIVED_SEARCH_POSTS: "RECEIVED_SEARCH_POSTS";
RECEIVED_SEARCH_FLAGGED_POSTS: "RECEIVED_SEARCH_FLAGGED_POSTS";
RECEIVED_SEARCH_PINNED_POSTS: "RECEIVED_SEARCH_PINNED_POSTS";
RECEIVED_SEARCH_TERM: "RECEIVED_SEARCH_TERM";
REMOVE_SEARCH_POSTS: "REMOVE_SEARCH_POSTS";
REMOVE_SEARCH_TERM: "REMOVE_SEARCH_TERM";
};
export default _default;