@selfcommunity/types
Version:
Types to integrate a community created with SelfCommunity.
13 lines (12 loc) • 371 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SCCustomMenu = void 0;
/**
* SCCustomMenu enum
*/
var SCCustomMenu;
(function (SCCustomMenu) {
SCCustomMenu["BASE"] = "base";
SCCustomMenu["NOT_LOGGED"] = "not_logged";
SCCustomMenu["USER"] = "user";
})(SCCustomMenu = exports.SCCustomMenu || (exports.SCCustomMenu = {}));