config_pages-8.x-2.8/src/ConfigPagesTypeInterface.php
src/ConfigPagesTypeInterface.php
<?php
namespace Drupal\config_pages;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface defining a custom config page type entity.
*/
interface ConfigPagesTypeInterface extends ConfigEntityInterface {
}
