Package-level declarations

Types

Link copied to clipboard
interface CantEatApiState

Sealed interface representing the state of the CantEat API.

Link copied to clipboard
data class CantEatListState(val cantEatList: List<CantEat> = listOf())

Data class representing the state of the CantEat list.

Link copied to clipboard
class CantEatViewModel(cantEatRepository: CantEatRepository) : ViewModel

ViewModel for managing CantEat data.