content_planner-8.x-1.x-dev/modules/content_calendar/src/Entity/ContentTypeConfigInterface.php
modules/content_calendar/src/Entity/ContentTypeConfigInterface.php
<?php
namespace Drupal\content_calendar\Entity;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface for defining Content Type Config entities.
*/
interface ContentTypeConfigInterface extends ConfigEntityInterface {
// Add get/set methods for your configuration properties here.
}
