migrate_plus-8.x-5.x-dev/src/Entity/MigrationInterface.php
src/Entity/MigrationInterface.php
<?php
declare(strict_types=1);
namespace Drupal\migrate_plus\Entity;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Interface for migrations.
*/
interface MigrationInterface extends ConfigEntityInterface {}
