Condividi tramite


DeploymentsGetDeploymentResponse type

Contiene i dati di risposta per l'operazione getDeployment.

type DeploymentsGetDeploymentResponse = Deployment & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: Deployment
  }
}