Package-level declarations
Types
Link copied to clipboard
data class PersonStat(val person: Person, val totalReceipts: Int, val topCategoryName: String, val streak: Int)
Link copied to clipboard
class StatsViewModel @Inject constructor(personRepository: PersonRepository, receiptRepository: ReceiptRepository, receiptDao: ReceiptDao) : ViewModel
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard