package org.schabi.newpipe.database.history.dao import org.schabi.newpipe.database.BasicDAO open interface HistoryDAO : BasicDAO { fun getLatestEntry(): T }