package net.halfbinary.scavengerhuntapi.model.response import net.halfbinary.scavengerhuntapi.model.TeamId data class TeamResponse( val id: TeamId, val name: String )