AppsPublishResponse type

Obsahuje data odpovědi pro operaci publikování.

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