wotapi-8.x-1.x-dev/src/Entity/ThingTypeInterface.php
src/Entity/ThingTypeInterface.php
<?php
namespace Drupal\wotapi\Entity;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface for defining Thing type entities.
*/
interface ThingTypeInterface extends ConfigEntityInterface {
// Add get/set methods for your configuration properties here.
}
