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