@signiant/media-shuttle-sdk
Version:
The SDK for supporting file transfer to and from Media Shuttle
8 lines • 318 B
TypeScript
import { Download } from '@signiant/media-shuttle-sdk-base';
/**
* Interface representing a platform upload transfer operation.
* Extends the base Download functionality with platform-specific features.
*/
export default interface PlatformDownload extends Download {
}
//# sourceMappingURL=PlatformDownload.d.ts.map