TeamsMeetingInfoResponse type

包含 fetchMeetingInfo 操作的响应数据。

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