| Current Path : /home/rtorresani/www/app/code/Amasty/Base/Utils/Http/Response/Entity/ |
| Current File : //home/rtorresani/www/app/code/Amasty/Base/Utils/Http/Response/Entity/DataProcessorInterface.php |
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Magento 2 Base Package
*/
namespace Amasty\Base\Utils\Http\Response\Entity;
interface DataProcessorInterface
{
public function process(array $data): array;
}