共用方式為


MyWorkbooksGetResponse type

包含取得作業的回應資料。

type MyWorkbooksGetResponse = MyWorkbook & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: MyWorkbook
  }
}