commerce-8.x-2.8/modules/store/src/Entity/StoreTypeInterface.php
modules/store/src/Entity/StoreTypeInterface.php
<?php
namespace Drupal\commerce_store\Entity;
use Drupal\commerce\Entity\CommerceBundleEntityInterface;
use Drupal\Core\Entity\EntityDescriptionInterface;
/**
* Defines the interface for store types.
*/
interface StoreTypeInterface extends CommerceBundleEntityInterface, EntityDescriptionInterface {
}
