mattermost-redux
Version:
Common code (API client, Redux stores, logic, utility functions) for building a Mattermost client
9 lines (8 loc) • 330 B
TypeScript
declare const _default: {
CLEAR_CUSTOM_EMOJIS: "CLEAR_CUSTOM_EMOJIS";
RECEIVED_CUSTOM_EMOJI: "RECEIVED_CUSTOM_EMOJI";
RECEIVED_CUSTOM_EMOJIS: "RECEIVED_CUSTOM_EMOJIS";
DELETED_CUSTOM_EMOJI: "DELETED_CUSTOM_EMOJI";
CUSTOM_EMOJI_DOES_NOT_EXIST: "CUSTOM_EMOJI_DOES_NOT_EXIST";
};
export default _default;