共用方式為


TeamsFetchMeetingParticipantResponse type

包含 fetchMeetingParticipant 作業的響應數據。

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