sgd_dashboard-1.0.0-beta1/src/SgdEnabledProjectEntityInterface.php
src/SgdEnabledProjectEntityInterface.php
<?php
declare(strict_types=1);
namespace Drupal\sgd_dashboard;
use Drupal\Core\Entity\ContentEntityInterface;
use Drupal\Core\Entity\EntityChangedInterface;
/**
* Defines a site guardian dashboard enabled project entity entity type.
*/
interface SgdEnabledProjectEntityInterface extends ContentEntityInterface, EntityChangedInterface {
}
