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

/**
 * ExtensionInterface class for @see \Magento\Directory\Api\Data\CountryInformationInterface
 */
interface CountryInformationExtensionInterface extends \Magento\Framework\Api\ExtensionAttributesInterface
{
}
