UNPKG

@sitecore/sc-contenthub-webclient-sdk

Version:

Sitecore Content Hub WebClient SDK.

6 lines (5 loc) 171 B
import { ReadableUploadSource } from "../../base-types"; export interface IUploadSource { name: string; getReadableSourceAsync(): Promise<ReadableUploadSource>; }