magento2-docker/generated/code/Magento/Bundle/Api/Data/LinkExtensionInterface.php

10 lines
223 B
PHP
Executable File

<?php
namespace Magento\Bundle\Api\Data;
/**
* ExtensionInterface class for @see \Magento\Bundle\Api\Data\LinkInterface
*/
interface LinkExtensionInterface extends \Magento\Framework\Api\ExtensionAttributesInterface
{
}