KnowledgebaseListAllResponse type

listAll işlemi için yanıt verilerini içerir.

type KnowledgebaseListAllResponse = KnowledgebasesDTO & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: KnowledgebasesDTO
  }
}