Interface TeamMember

Hierarchy

  • TeamMember

Properties

membershipState: TeamMembershipState

This member's membership state on this team.

permissions: ["*"]

An array of permissions this member has for this team. Currently, always only has one entry: *.

teamID: string

The id of the team this member is associated with.

user: User

The user associated with this team member.