UNPKG

mattermost-redux

Version:

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

6 lines (5 loc) 123 B
declare enum Groups { SYNCABLE_TYPE_TEAM = "team", SYNCABLE_TYPE_CHANNEL = "channel" } export default Groups;