UNPKG

@selfcommunity/types

Version:

Types to integrate a community created with SelfCommunity.

8 lines (7 loc) 116 B
/** * Environments */ export declare enum SCCommunityEnvironment { STAGE = "stage", PRODUCTION = "prod" }