Delen via


DeploymentsGetDeploymentStatusResponse type

Bevat antwoordgegevens voor de bewerking getDeploymentStatus.

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