niobi-8.x-2.0-alpha4/modules/niobi_resource/src/Entity/NiobiResourceTypeInterface.php
modules/niobi_resource/src/Entity/NiobiResourceTypeInterface.php
<?php
namespace Drupal\niobi_resource\Entity;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface for defining Niobi Resource type entities.
*/
interface NiobiResourceTypeInterface extends ConfigEntityInterface {
// Add get/set methods for your configuration properties here.
}
