AlterationsGetAlterationsForKbResponse type

Contains response data for the getAlterationsForKb operation.

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