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

/**
 * ExtensionInterface class for @see \Magento\GroupedProduct\Api\Data\GroupedOptionsInterface
 */
interface GroupedOptionsExtensionInterface extends \Magento\Framework\Api\ExtensionAttributesInterface
{
}
