Package-level declarations

Types

Link copied to clipboard
@Serializable
data class GroupMember(val displayName: String, val totalReceipts: Int, val worstCategory: String, val streak: Int, val emoji: String)
Link copied to clipboard
class LeaderboardViewModel @Inject constructor(personRepository: PersonRepository, receiptRepository: ReceiptRepository) : ViewModel

Functions

Link copied to clipboard
Link copied to clipboard
fun LeaderboardScreen(onBack: () -> Unit, viewModel: LeaderboardViewModel = hiltViewModel())