UNPKG

@selfcommunity/types

Version:

Types to integrate a community created with SelfCommunity.

10 lines (9 loc) 239 B
/** * SCCustomMenu enum */ export var SCCustomMenu; (function (SCCustomMenu) { SCCustomMenu["BASE"] = "base"; SCCustomMenu["NOT_LOGGED"] = "not_logged"; SCCustomMenu["USER"] = "user"; })(SCCustomMenu || (SCCustomMenu = {}));