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