<?php

namespace Drupal\Core\Entity;

interface RevisionableInterface extends EntityInterface {
}
