public protocol BaseActionInterface : Decodable, Encodable
Base protocol for export actions. All export actions must specify a target destination.
[target](#/s:9embed_sdk19BaseActionInterfaceP6targetAA12ExportTarget_pvp)
Undocumented
Swift
var target: ExportTarget { get }