entity_generic-8.x-3.x-dev/src/Entity/GenericConfigInterface.php
src/Entity/GenericConfigInterface.php
<?php
namespace Drupal\entity_generic\Entity;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface defining a type entity.
*/
interface GenericConfigInterface extends ConfigEntityInterface {
}
