Поделиться через


AlterationsGetResponse type

Содержит данные ответа для операции получения.

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