10 lines
295 B
PHP
Executable File
10 lines
295 B
PHP
Executable File
<?php
|
|
namespace Magento\ConfigurableProduct\Api\Data;
|
|
|
|
/**
|
|
* ExtensionInterface class for @see \Magento\ConfigurableProduct\Api\Data\ConfigurableItemOptionValueInterface
|
|
*/
|
|
interface ConfigurableItemOptionValueExtensionInterface extends \Magento\Framework\Api\ExtensionAttributesInterface
|
|
{
|
|
}
|