UNPKG

@signiant/media-shuttle-sdk-base

Version:

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

11 lines (10 loc) 327 B
/** * An enum describing various transfer operations. */ var TransferOperation; (function (TransferOperation) { TransferOperation["CANCEL"] = "CANCEL"; TransferOperation["RETRY"] = "RETRY"; TransferOperation["START"] = "START"; })(TransferOperation || (TransferOperation = {})); export default TransferOperation;