TeamsFetchMeetingParticipantResponse type

Contains response data for the fetchMeetingParticipant operation.

type TeamsFetchMeetingParticipantResponse = TeamsMeetingParticipant & {
  _response: HttpResponse & {
    bodyAsText: string,
    parsedBody: TeamsMeetingParticipant,
  },
}