TeamProperties interface
Describes team properties
Properties
| group |
List of group IDs to add their members to the team |
| member |
List of member IDs to add to the team |
| team |
The description of the team |
| team |
The name of the team |
Property Details
groupIds
List of group IDs to add their members to the team
groupIds?: string[]
Property Value
string[]
memberIds
List of member IDs to add to the team
memberIds?: string[]
Property Value
string[]
teamDescription
The description of the team
teamDescription?: string
Property Value
string
teamName
The name of the team
teamName: string
Property Value
string