AppsPublishResponse type

Contains response data for the publish operation.

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