共用方式為


TeamsMeetingInfoResponse type

包含 fetchMeetingInfo 作業的響應數據。

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