netbox-php/src/ClientInterface.php

8 lines
65 B
PHP
Raw Normal View History

2021-03-10 18:36:01 -04:00
<?php
2022-05-31 12:56:36 +02:00
namespace port389\NetBox;
2021-03-10 18:36:01 -04:00
interface ClientInterface
{
}