共用方式為


AlterationsGetAlterationsForKbResponse type

包含 getAlterationsForKb 作業的回應資料。

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