Share via


AlterationsGetResponse type

Innehåller svarsdata för get-åtgärden.

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