UNPKG

mattermost-redux

Version:

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

5 lines (4 loc) 163 B
import type { ChannelCategoryType } from '@mattermost/types/channel_categories'; export declare const CategoryTypes: { [name: string]: ChannelCategoryType; };