channel3-sdk
Version:
The official TypeScript/JavaScript SDK for Channel3 AI Shopping API
10 lines • 372 B
TypeScript
/**
* Channel3 SDK for TypeScript/JavaScript
* Official SDK for the Channel3 AI Shopping API
*/
export { Channel3Client, AsyncChannel3Client } from './client';
export * from './exceptions';
export * from './generated/models';
export type { Channel3ClientConfig } from './client';
export { Channel3Client as default } from './client';
//# sourceMappingURL=index.d.ts.map