Type Alias: Asset
type Asset =
| Base64Asset
| UrlAsset
| BlobAsset;
Asset interface used as an input data for all SDK workflows.
This union type includes:
- Base64Asset - Asset containing Base64 encoded data
- UrlAsset - Asset containing data within a presigned URL
- BlobAsset - Asset containing blob/file data