共用方式為


TeamsFetchChannelListResponse type

包含 fetchChannelList 作業的響應數據。

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