Edit in GitHubLog an issue

cc-everywhere


Type Alias: Asset

Copied to your clipboard
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
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2025 Adobe. All rights reserved.