TeamInfo type

An interface representing TeamInfo. Describes a team

type TeamInfo = {
  aadGroupId?: string
  id: string
  name?: string
  tenantId?: string
}