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