Package-level declarations

Types

Link copied to clipboard
data class CantEat(val localId: Long = 0, val serverId: String? = null, val name: String)

This class represents a CantEat entity.

Link copied to clipboard
data class Recipe(val localId: Long = 0, val serverId: String? = null, val slug: String, val title: String, val ingredients: List<String>, val optionalIngredients: List<String>, val herbs: List<String>, val steps: List<String>, val image: String?)

This class represents a Recipe entity.