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