Udostępnij za pośrednictwem


DeploymentsGetDeploymentResponse type

Zawiera dane odpowiedzi dla operacji getDeployment.

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