N0rthernL1ghts/polr-client

View on GitHub
src/Attributes/LookupAttributesInterface.php

Summary

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

namespace NorthernLights\Client\Polr\Attributes;

/**
 * Interface LookupAttributesInterface
 * @package NorthernLights\Client\Polr\Attributes
 */
interface LookupAttributesInterface extends AttributesInterface
{

}