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