UNPKG

@selfcommunity/types

Version:

Types to integrate a community created with SelfCommunity.

12 lines (11 loc) 407 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SCCommunityEnvironment = void 0; /** * Environments */ var SCCommunityEnvironment; (function (SCCommunityEnvironment) { SCCommunityEnvironment["STAGE"] = "stage"; SCCommunityEnvironment["PRODUCTION"] = "prod"; })(SCCommunityEnvironment = exports.SCCommunityEnvironment || (exports.SCCommunityEnvironment = {}));