<?php
namespace Magento\MediaGalleryApi\Api\Data;
/**
* ExtensionInterface class for @see \Magento\MediaGalleryApi\Api\Data\AssetInterface
*/
interface AssetExtensionInterface extends \Magento\Framework\Api\ExtensionAttributesInterface
{
}