Aracılığıyla paylaş


DeploymentsGetDeploymentStatusResponse type

getDeploymentStatus işleminin yanıt verilerini içerir.

type DeploymentsGetDeploymentStatusResponse = DeploymentStatus & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: DeploymentStatus
  }
}