共用方式為


AppsPublishResponse type

包含發行作業的回應資料。

type AppsPublishResponse = ProductionOrStagingEndpointInfo & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ProductionOrStagingEndpointInfo
  }
}