magento2-docker/generated/code/Magento/Directory/Api/Data/RegionInformationExtensionI...

10 lines
255 B
PHP
Executable File

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