green-directory-php/src/Model/ItemInterface.php
Maximilian Ruta 48d33c3011 First commit
2019-06-25 14:38:56 +02:00

8 lines
122 B
PHP

<?php
namespace Netzbegruenung\GreenDirectory\Model;
interface ItemInterface
{
public function getType() : string;
}