Поделиться через


ConversationsGetConversationsResponse type

Содержит данные ответа для операции getConversations.

type ConversationsGetConversationsResponse = ConversationsResult & {
  _response: HttpResponse & {
    bodyAsText: string,
    parsedBody: ConversationsResult,
  },
}