cc-everywhere

Type Alias: Asset

type Asset = 
  | Base64Asset
  | UrlAsset
  | BlobAsset;

Asset interface used as an input data for all SDK workflows.

This union type includes: