10 lines
299 B
PHP
Executable File
10 lines
299 B
PHP
Executable File
<?php
|
|
namespace Magento\InventorySourceSelectionApi\Api\Data;
|
|
|
|
/**
|
|
* ExtensionInterface class for @see \Magento\InventorySourceSelectionApi\Api\Data\SourceSelectionResultInterface
|
|
*/
|
|
interface SourceSelectionResultExtensionInterface extends \Magento\Framework\Api\ExtensionAttributesInterface
|
|
{
|
|
}
|