<?php

namespace Drupal\Core\Entity;

interface RevisionLogInterface extends RevisionableInterface {
}
