<?php
namespace Magento\Downloadable\Api\Data;
/**
* ExtensionInterface class for @see \Magento\Downloadable\Api\Data\LinkInterface
*/
interface LinkExtensionInterface extends \Magento\Framework\Api\ExtensionAttributesInterface
{
}