共用方式為


ExportProjectResponse type

包含 exportProject 作業的回應資料。

type ExportProjectResponse = ProjectExport & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ProjectExport
  }
}