cc-everywhere

Type Alias: ExportTarget

type ExportTarget = 
  | PublishTarget
  | DownloadTarget
  | EditFurtherTarget
  | CallBackTarget;

Represents the available export targets for content.

This union type includes:

PublishTarget

DownloadTarget

EditFurtherTarget

CallBackTarget

See