Compartir a través de


TeamsFetchMeetingParticipantResponse type

Contiene datos de respuesta para la operación fetchMeetingParticipant.

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