UNPKG

mattermost-redux

Version:

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

13 lines (12 loc) 367 B
"use strict"; // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. // See LICENSE.txt for license information. Object.defineProperty(exports, "__esModule", { value: true }); const status = { NOT_STARTED: 'not_started', STARTED: 'started', SUCCESS: 'success', FAILURE: 'failure', CANCELLED: 'cancelled', }; exports.default = status;