work_time-1.0.x-dev/modules/fingerprint/src/FingerprintInterface.php
modules/fingerprint/src/FingerprintInterface.php
<?php
namespace Drupal\fingerprint;
use Drupal\Core\Entity\ContentEntityInterface;
use Drupal\user\EntityOwnerInterface;
/**
* Provides an interface defining a work time fingerprint entity type.
*/
interface FingerprintInterface extends ContentEntityInterface, EntityOwnerInterface {
}
