Added Member

data class AddedMember(val memberId: String, val role: TeamRole)

Custom DTO used to manage the added member details during the team creation

Author

N7ghtm4r3 - Tecknobit

Constructors

Link copied to clipboard
constructor(memberId: String, role: TeamRole)

Properties

Link copied to clipboard

The identifier of the member

Link copied to clipboard

The role of the member