UNPKG

ordercloud-javascript-sdk

Version:

The offical Javascript SDK for the Ordercloud ecommerce API

7 lines (6 loc) 141 B
export interface ContentHubConfig { ApiKey?: string; Endpoint?: string; TargetSchemaName?: string; ConfigData?: any; }