UNPKG

mattermost-redux

Version:

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

20 lines (12 loc) 394 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({ RECEIVED_SCHEME: null, RECEIVED_SCHEMES: null, CREATED_SCHEME: null, DELETED_SCHEME: null, PATCHED_SCHEME: null, RECEIVED_SCHEME_TEAMS: null, RECEIVED_SCHEME_CHANNELS: null, });