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

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