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

/**
 * ExtensionInterface class for @see \Magento\Downloadable\Api\Data\SampleInterface
 */
interface SampleExtensionInterface extends \Magento\Framework\Api\ExtensionAttributesInterface
{
}
