@signiant/media-shuttle-sdk
Version:
The SDK for supporting file transfer to and from Media Shuttle
7 lines • 442 B
TypeScript
import PlatformDownloadOptions from './PlatformDownloadOptions';
import PlatformUploadOptions from './PlatformUploadOptions';
import PlatformTransferOptions from './PlatformTransferOptions';
import PlatformUpload from './PlatformUpload';
import PlatformDownload from './PlatformDownload';
export { PlatformTransferOptions, PlatformDownloadOptions, PlatformUploadOptions, PlatformUpload, PlatformDownload };
//# sourceMappingURL=index.d.ts.map