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

/**
 * ExtensionInterface class for @see \Magento\CatalogInventory\Api\Data\StockItemInterface
 */
interface StockItemExtensionInterface extends \Magento\Framework\Api\ExtensionAttributesInterface
{
}
