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

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