Compartir a través de


TeamsFetchChannelListResponse type

Contiene datos de respuesta para la operación fetchChannelList.

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