Your IP : 216.73.217.95


Current Path : /home/rtorresani/www/app/code/Amasty/Base/Utils/Http/Response/Entity/
Upload File :
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;
}