farm-2.x-dev/modules/core/data_stream/src/Entity/DataStreamTypeInterface.php
modules/core/data_stream/src/Entity/DataStreamTypeInterface.php
<?php
namespace Drupal\data_stream\Entity;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
use Drupal\Core\Entity\EntityDescriptionInterface;
/**
* Provides an interface for defining Data Stream type entities.
*/
interface DataStreamTypeInterface extends ConfigEntityInterface, EntityDescriptionInterface {
}
