8 lines
69 B
PHP
8 lines
69 B
PHP
<?php
|
|
|
|
namespace wickedsoft\NetBox\Api;
|
|
|
|
interface ApiInterface
|
|
{
|
|
|
|
}
|