commerce_product_bundle-8.x-1.x-dev/src/Entity/BundleItemTypeInterface.php
src/Entity/BundleItemTypeInterface.php
<?php
namespace Drupal\commerce_product_bundle\Entity;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
use Drupal\Core\Entity\EntityDescriptionInterface;
/**
* Provides an interface for defining product bundle item type entities.
*/
interface BundleItemTypeInterface extends ConfigEntityInterface, EntityDescriptionInterface {}
