Compartir a través de


TeamsMeetingInfoResponse type

Contiene datos de respuesta para la operación fetchMeetingInfo.

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