<?php

namespace Drupal\Core\Entity;


interface FieldableEntityStorageInterface extends EntityStorageInterface {
}
