AlterationsGetResponse type
Zawiera dane odpowiedzi dla operacji pobierania.
type AlterationsGetResponse = WordAlterationsDTO & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: WordAlterationsDTO
}
}