. * */ namespace OCA\News\Db; use \OCA\AppFramework\Db\Entity; interface IAPI { public function toAPI(); }