<?php

namespace Drupal\link;

use Drupal\Core\Field\FieldItemInterface;

interface LinkItemInterface extends FieldItemInterface {
}
