|
<?php
|
|
namespace Magento\MediaContentApi\Api\Data;
|
|
|
|
/**
|
|
* ExtensionInterface class for @see \Magento\MediaContentApi\Api\Data\ContentAssetLinkInterface
|
|
*/
|
|
interface ContentAssetLinkExtensionInterface extends \Magento\Framework\Api\ExtensionAttributesInterface
|
|
{
|
|
}
|