Partilhar via


AlterationsGetAlterationsForKbResponse type

Contém dados de resposta para a operação getAlterationsForKb.

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