TeamsFetchMeetingParticipantResponse type
fetchMeetingParticipant 操作の応答データを格納します。
type TeamsFetchMeetingParticipantResponse = TeamsMeetingParticipant & {
_response: HttpResponse & {
bodyAsText: string,
parsedBody: TeamsMeetingParticipant,
},
}