Share via


AlterationsGetAlterationsForKbResponse type

Contiene datos de respuesta para la operación getAlterationsForKb.

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