mattermost-redux
Version:
Common code (API client, Redux stores, logic, utility functions) for building a Mattermost client
9 lines (8 loc) • 338 B
TypeScript
declare const _default: {
RECEIVED_PREFERENCES: "RECEIVED_PREFERENCES";
RECEIVED_ALL_PREFERENCES: "RECEIVED_ALL_PREFERENCES";
DELETED_PREFERENCES: "DELETED_PREFERENCES";
RECEIVED_USER_PREFERENCES: "RECEIVED_USER_PREFERENCES";
RECEIVED_USER_ALL_PREFERENCES: "RECEIVED_USER_ALL_PREFERENCES";
};
export default _default;