<?php

namespace Drupal\Core\Entity;

interface TranslatableStorageInterface extends EntityStorageInterface {
}
