package repdb import androidx.room.Insert interface RepDaoInterface { @Insert fun interfaceInsertFun(entity: T) }