mattermost-redux
Version:
Common code (API client, Redux stores, logic, utility functions) for building a Mattermost client
15 lines (12 loc) • 419 B
text/typescript
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
import keyMirror from 'utils/key_mirror';
export default keyMirror({
UPLOAD_FILES_REQUEST: null,
UPLOAD_FILES_SUCCESS: null,
UPLOAD_FILES_FAILURE: null,
UPLOAD_FILES_CANCEL: null,
RECEIVED_FILES_FOR_POST: null,
RECEIVED_UPLOAD_FILES: null,
RECEIVED_FILE_PUBLIC_LINK: null,
});