AlterationsGetAlterationsForKbResponse type

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

type AlterationsGetAlterationsForKbResponse = WordAlterationsDTO & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: WordAlterationsDTO
  }
}