TeamsFetchMeetingParticipantResponse type

包含 fetchMeetingParticipant 操作的响应数据。

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