TeamsFetchTeamDetailsResponse type

Contains response data for the fetchTeamDetails operation.

type TeamsFetchTeamDetailsResponse = TeamDetails & {
  _response: HttpResponse & { bodyAsText: string, parsedBody: TeamDetails },
}