TeamsMeetingInfoResponse type

Contiene i dati di risposta per l'operazione fetchMeetingInfo.

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