TeamsFetchMeetingParticipantResponse type
Содержит данные ответа для операции извлеченияMeetingParticipant.
type TeamsFetchMeetingParticipantResponse = TeamsMeetingParticipant & {
_response: HttpResponse & {
bodyAsText: string,
parsedBody: TeamsMeetingParticipant,
},
}