TeamsFetchChannelListResponse type

fetchChannelList 操作の応答データを格納します。

type TeamsFetchChannelListResponse = ConversationList & {
  _response: HttpResponse & {
    bodyAsText: string,
    parsedBody: ConversationList,
  },
}