mattermost-redux
Version:
Common code (API client, Redux stores, logic, utility functions) for building a Mattermost client
12 lines (11 loc) • 416 B
TypeScript
declare const _default: {
GET_USER_DRAFTS: "GET_USER_DRAFTS";
CREATE_USER_DRAFT: "CREATE_USER_DRAFT";
DELETE_USER_DRAFT: "DELETE_USER_DRAFT";
UPDATE_USER_DRAFT: "UPDATE_USER_DRAFT";
UPSERT_USER_DRAFT: "UPSERT_USER_DRAFT";
GET_DRAFTS_FAILURE: "GET_DRAFTS_FAILURE";
UPSERT_DRAFT_FAILURE: "UPSERT_DRAFT_FAILURE";
DELETE_DRAFT_FAILURE: "DELETE_DRAFT_FAILURE";
};
export default _default;