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

/**
 * ExtensionInterface class for @see \Magento\Customer\Api\Data\RegionInterface
 */
interface RegionExtensionInterface extends \Magento\Framework\Api\ExtensionAttributesInterface
{
}
