TeamsFetchChannelListResponse type

Contains response data for the fetchChannelList operation.

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