Condividi tramite


AlterationsGetAlterationsForKbResponse type

Contiene i dati di risposta per l'operazione getAlterationsForKb.

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