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

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