Zync Team
data class ZyncTeam(val teamUid: String, val teamName: String, val usersCount: Int, val teamColor: String? = null, val teamDescription: String? = null, val isActive: Boolean = true)
Domain model representing a Team in the Zuper system.
Teams are groups of users that can be assigned to jobs collectively and help organize work distribution and collaboration.