interface CategorizedWebApiTeams {
    myTeams?: WebApiTeam[];
    otherReadableTeams?: WebApiTeam[];
}

Properties

myTeams?: WebApiTeam[]

Teams that the user is a member of.

otherReadableTeams?: WebApiTeam[]

Teams that the user can read but is not member of.