@selfcommunity/types
Version:
Types to integrate a community created with SelfCommunity.
10 lines (9 loc) • 358 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SuggestionType = void 0;
var SuggestionType;
(function (SuggestionType) {
SuggestionType["USER"] = "user";
SuggestionType["CATEGORY"] = "category";
SuggestionType["GROUP"] = "group";
})(SuggestionType = exports.SuggestionType || (exports.SuggestionType = {}));