<?php
namespace Magento\Directory\Api\Data;
/**
* ExtensionInterface class for @see \Magento\Directory\Api\Data\ExchangeRateInterface
*/
interface ExchangeRateExtensionInterface extends \Magento\Framework\Api\ExtensionAttributesInterface
{
}