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