<?php
namespace Magento\Bundle\Api\Data;

/**
 * ExtensionInterface class for @see \Magento\Bundle\Api\Data\OptionTypeInterface
 */
interface OptionTypeExtensionInterface extends \Magento\Framework\Api\ExtensionAttributesInterface
{
}
