UNPKG

@sitecore/sc-contenthub-webclient-sdk

Version:

Sitecore Content Hub WebClient SDK.

18 lines (17 loc) 236 B
/** * Describes the compatibility types. */ export declare enum Compatibility { /** * Compatible. */ Ok = 0, /** * SDK is older. */ SdkOld = 1, /** * SDK is newer. */ SdkNew = 2 }