farm-2.x-dev/modules/core/asset/src/Entity/AssetTypeInterface.php
modules/core/asset/src/Entity/AssetTypeInterface.php
<?php
namespace Drupal\asset\Entity;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
use Drupal\Core\Entity\EntityDescriptionInterface;
use Drupal\Core\Entity\RevisionableEntityBundleInterface;
/**
* Provides an interface for defining asset type entities.
*/
interface AssetTypeInterface extends ConfigEntityInterface, EntityDescriptionInterface, RevisionableEntityBundleInterface {}
