bat-8.x-1.x-dev/modules/bat_event/src/EventTypeInterface.php
modules/bat_event/src/EventTypeInterface.php
<?php
namespace Drupal\bat_event;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface defining a event type entity.
*/
interface EventTypeInterface extends ConfigEntityInterface {
}
