UNPKG

@selfcommunity/types

Version:

Types to integrate a community created with SelfCommunity.

7 lines (6 loc) 222 B
export var SuggestionType; (function (SuggestionType) { SuggestionType["USER"] = "user"; SuggestionType["CATEGORY"] = "category"; SuggestionType["GROUP"] = "group"; })(SuggestionType || (SuggestionType = {}));