<?php

namespace Drupal\file;

use Drupal\Core\Entity\EntityInterface;

interface FileInterface extends EntityInterface {

}
