webprofiler-10.0.x-dev/tests/modules/webprofiler_config_entity/src/TestConfigInterface.php
tests/modules/webprofiler_config_entity/src/TestConfigInterface.php
<?php
declare(strict_types=1);
namespace Drupal\webprofiler_config_entity;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface defining a testconfig entity type.
*/
interface TestConfigInterface extends ConfigEntityInterface {
}
