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

10 lines
261 B
PHP
Executable File

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