magento2-docker/generated/code/Magento/InventoryApi/Api/Data/SourceItemExtensionInterfac...

10 lines
247 B
PHP
Executable File

<?php
namespace Magento\InventoryApi\Api\Data;
/**
* ExtensionInterface class for @see \Magento\InventoryApi\Api\Data\SourceItemInterface
*/
interface SourceItemExtensionInterface extends \Magento\Framework\Api\ExtensionAttributesInterface
{
}