UNPKG

@signiant/media-shuttle-sdk-base

Version:

The base parent sdk behind other media shuttle sdks (e.g. media-shuttle-sdk)

10 lines 353 B
/** * The direction of the transfer where a download supports a transfer to the caller of the SDK while an Upload * is a transfer from the caller of the SDK to a destination portal. */ declare enum TransferDirection { DOWNLOAD = "download", UPLOAD = "upload" } export default TransferDirection; //# sourceMappingURL=TransferDirection.d.ts.map