UNPKG

@selfcommunity/types

Version:

Types to integrate a community created with SelfCommunity.

9 lines (8 loc) 365 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SCCustomPageTypeEnum = void 0; var SCCustomPageTypeEnum; (function (SCCustomPageTypeEnum) { SCCustomPageTypeEnum["NORMAL"] = "normal"; SCCustomPageTypeEnum["LEGAL"] = "legal"; })(SCCustomPageTypeEnum = exports.SCCustomPageTypeEnum || (exports.SCCustomPageTypeEnum = {}));