mattermost-redux
Version:
Common code (API client, Redux stores, logic, utility functions) for building a Mattermost client
12 lines • 412 B
JavaScript
;
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
Object.defineProperty(exports, "__esModule", { value: true });
exports.CategoryTypes = void 0;
exports.CategoryTypes = {
FAVORITES: 'favorites',
CHANNELS: 'channels',
DIRECT_MESSAGES: 'direct_messages',
CUSTOM: 'custom',
};
//# sourceMappingURL=channel_categories.js.map