Share via


AppsPublishResponse type

Bevat antwoordgegevens voor de publicatiebewerking.

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