arch-8.x-1.x-dev/modules/order/src/Entity/Storage/OrderStorageInterface.php
modules/order/src/Entity/Storage/OrderStorageInterface.php
<?php
namespace Drupal\arch_order\Entity\Storage;
use Drupal\Core\Entity\ContentEntityStorageInterface;
/**
* Defines an interface for order entity storage classes.
*/
interface OrderStorageInterface extends ContentEntityStorageInterface {
}
