UNPKG

salesforce-alm

Version:

This package contains tools, and APIs, for an improved salesforce.com developer experience.

18 lines (17 loc) 322 B
/** * Community status */ export declare type CommunityStatus = { /** * Community is still in development */ UnderConstruction: 'UnderConstruction'; /** * Community is live */ Live: 'Live'; /** * Community is inactive */ DownForMaintenance: 'DownForMaintenance'; };