Partager via


DeploymentsGetDeploymentResponse type

Contient des données de réponse pour l’opération getDeployment.

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