AlterationsGetResponse type
Bevat antwoordgegevens voor de get-bewerking.
type AlterationsGetResponse = WordAlterationsDTO & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: WordAlterationsDTO
}
}