10 lines
319 B
PHP
Executable File
10 lines
319 B
PHP
Executable File
<?php
|
|
namespace Magento\InventoryLowQuantityNotificationApi\Api\Data;
|
|
|
|
/**
|
|
* ExtensionInterface class for @see \Magento\InventoryLowQuantityNotificationApi\Api\Data\SourceItemConfigurationInterface
|
|
*/
|
|
interface SourceItemConfigurationExtensionInterface extends \Magento\Framework\Api\ExtensionAttributesInterface
|
|
{
|
|
}
|