TeamsFetchChannelListResponse type

包含 fetchChannelList 操作的响应数据。

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