<?php
namespace Negundo\Client\Transport;
interface TransportInterface {
public function push(string $url, array $data) : object|null|bool;
}