magento2-docker/generated/code/Magento/InventorySourceSelectionApi/Api/Data/SourceSelectionItemExtensio...

10 lines
295 B
PHP
Executable File

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