UNPKG

mattermost-redux

Version:

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

11 lines (9 loc) 282 B
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. // See LICENSE.txt for license information. import keyMirror from 'utils/key_mirror'; export default keyMirror({ DISMISS_ERROR: null, LOG_ERROR: null, CLEAR_ERRORS: null, RESTORE_ERRORS: null, });