KnowledgebaseDownloadResponse type

Contains response data for the download operation.

type KnowledgebaseDownloadResponse = QnADocumentsDTO & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: QnADocumentsDTO
  }
}