<?php

declare(strict_types=1);

namespace Drupal\config_test;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface defining a config_test entity.
 */
interface ConfigTestInterface extends ConfigEntityInterface {

}
