共用方式為


NodeReportsGetContentResponse type

包含 getContent 作業的回應資料。

type NodeReportsGetContentResponse = {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: any }
  body: any
}