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