visualn-8.x-1.x-dev/modules/visualn_dataset/src/Entity/VisualNDataSetTypeInterface.php
modules/visualn_dataset/src/Entity/VisualNDataSetTypeInterface.php
<?php
namespace Drupal\visualn_dataset\Entity;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface for defining VisualN Data Set type entities.
*/
interface VisualNDataSetTypeInterface extends ConfigEntityInterface {
// Add get/set methods for your configuration properties here.
}
