RprtCli/app/src/Utils/TimeTrackingServices/EntityInterface.php

15 lines
200 B
PHP

<?php
declare(strict_types=1);
namespace RprtCli\Utils\TimeTrackingServices;
/**
* Interface for enitities.
*
* Rest api mapping is defined by attributes.
*/
interface EntityInterface {
}