export interface AssetSource { /** * Asset external id. */ assetExternalId: string; /** * Name of the source this asset external id belongs to. */ sourceName: string; }