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

/**
 * ExtensionInterface class for @see \Magento\InventorySalesApi\Api\Data\IsProductSalableForRequestedQtyRequestInterface
 */
interface IsProductSalableForRequestedQtyRequestExtensionInterface extends \Magento\Framework\Api\ExtensionAttributesInterface
{
}
