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