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

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