arch-8.x-1.x-dev/modules/price/src/Entity/Storage/PriceTypeStorageInterface.php
modules/price/src/Entity/Storage/PriceTypeStorageInterface.php
<?php
namespace Drupal\arch_price\Entity\Storage;
use Drupal\Core\Config\Entity\ConfigEntityStorageInterface;
/**
* Defines an interface for price type entity storage classes.
*/
interface PriceTypeStorageInterface extends ConfigEntityStorageInterface {
}
