Partager via


DeploymentsGetDeploymentStatusResponse type

Contains response data for the getDeploymentStatus operation.

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