UNPKG

@selfcommunity/types

Version:

Types to integrate a community created with SelfCommunity.

10 lines (9 loc) 207 B
/** * SelfCommunity subscription tiers */ export declare enum SCCommunitySubscriptionTier { FREE_TRIAL = "FREE_TRIAL", GO = "GO", PROFESSIONAL = "PROFESSIONAL", ENTERPRISE = "ENTERPRISE" }