AlterationsGetResponse type

Alma işlemi için yanıt verilerini içerir.

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