Share via


AlterationsGetAlterationsForKbResponse type

Bevat antwoordgegevens voor de bewerking getAlterationsForKb.

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