File "ContextInterface.php"
Full Path: /home/fundopuh/trader.fxex.org/vendor/facade/flare-client-php/src/Context/ContextInterface.php
File size: 115 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Facade\FlareClient\Context;
interface ContextInterface
{
public function toArray(): array;
}