iframe_consent-1.0.x-dev/src/IframeConsentDomainInterface.php
src/IframeConsentDomainInterface.php
<?php
declare(strict_types=1);
namespace Drupal\iframe_consent;
use Drupal\Core\Entity\ContentEntityInterface;
/**
* Provides an interface defining a domains entity type.
*/
interface IframeConsentDomainInterface extends ContentEntityInterface {
}
