Freigeben über


AlterationsGetResponse type

Enthält Antwortdaten für den Get-Vorgang.

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