N0rthernL1ghts/polr-client

View on GitHub
src/Attributes/DataAttributesInterface.php

Summary

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

namespace NorthernLights\Client\Polr\Attributes;

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

}