Share via


AlterationsGetResponse type

Contiene datos de respuesta para la operación get.

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