<?php

namespace Drupal\Core\Field;

use Drupal\Core\TypedData\ComplexDataInterface;

interface FieldItemInterface extends ComplexDataInterface {
}
