TeamsMeetingInfoResponse type

Contains response data for the fetchMeetingInfo operation.

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