Interaction

typealias Interaction = (item: Item) -> InteractionResult

Provides a lambda signature for interactions with an item to return a InteractionResult.