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

/**
 * Extension class for @see \Magento\InventorySalesApi\Api\Data\ProductSalableResultInterface
 */
class ProductSalableResultExtension extends \Magento\Framework\Api\AbstractSimpleObject implements ProductSalableResultExtensionInterface
{
}
