district09/php_package_dg-api-client

View on GitHub
src/Client/Response/ResponseInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
 
declare(strict_types=1);
 
namespace DigipolisGent\API\Client\Response;
 
/**
* Interface for a response as returned by the Handler.
*/
interface ResponseInterface
{
}