UNPKG

@selfcommunity/types

Version:

Types to integrate a community created with SelfCommunity.

11 lines (10 loc) 433 B
/** * SelfCommunity subscription tiers */ export var SCCommunitySubscriptionTier; (function (SCCommunitySubscriptionTier) { SCCommunitySubscriptionTier["FREE_TRIAL"] = "FREE_TRIAL"; SCCommunitySubscriptionTier["GO"] = "GO"; SCCommunitySubscriptionTier["PROFESSIONAL"] = "PROFESSIONAL"; SCCommunitySubscriptionTier["ENTERPRISE"] = "ENTERPRISE"; })(SCCommunitySubscriptionTier || (SCCommunitySubscriptionTier = {}));