Udostępnij za pośrednictwem


AlterationsGetAlterationsForKbResponse type

Zawiera dane odpowiedzi dla operacji getAlterationsForKb.

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