UNPKG

@selfcommunity/types

Version:

Types to integrate a community created with SelfCommunity.

9 lines (8 loc) 255 B
/** * Environments */ export var SCCommunityEnvironment; (function (SCCommunityEnvironment) { SCCommunityEnvironment["STAGE"] = "stage"; SCCommunityEnvironment["PRODUCTION"] = "prod"; })(SCCommunityEnvironment || (SCCommunityEnvironment = {}));