/home2/mshostin/public_html/vendor/facade/flare-client-php/src/Context/ContextInterface.php
<?php

namespace Facade\FlareClient\Context;

interface ContextInterface
{
    public function toArray(): array;
}