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


AlterationsGetAlterationsForKbResponse type

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

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