Condividi tramite


AlterationsGetResponse type

Contiene i dati di risposta per l'operazione get.

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