<?php
namespace Magento\Catalog\Api\Data;

/**
 * ExtensionInterface class for @see \Magento\Catalog\Api\Data\CategoryProductLinkInterface
 */
interface CategoryProductLinkExtensionInterface extends \Magento\Framework\Api\ExtensionAttributesInterface
{
}
