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

/**
 * ExtensionInterface class for @see \Magento\InventorySourceSelectionApi\Api\Data\SourceSelectionItemInterface
 */
interface SourceSelectionItemExtensionInterface extends \Magento\Framework\Api\ExtensionAttributesInterface
{
}
