AlterationsGetAlterationsForKbResponse type
Enthält Antwortdaten für den GetAlterationsForKb-Vorgang.
type AlterationsGetAlterationsForKbResponse = WordAlterationsDTO & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: WordAlterationsDTO
}
}