contacts_events-8.x-1.x-dev/src/Entity/TicketTypeInterface.php
src/Entity/TicketTypeInterface.php
<?php
namespace Drupal\contacts_events\Entity;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface for defining Ticket type entities.
*/
interface TicketTypeInterface extends ConfigEntityInterface {
}
