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

10 lines
235 B
PHP
Executable File

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