N0rthernL1ghts/polr-client

View on GitHub
src/ApiClientInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php declare(strict_types=1);

namespace NorthernLights\Client\Polr;

/**
 * Interface LookupInterface
 * @package NorthernLights\Client\Polr
 */
interface ApiClientInterface
{

}