Aracılığıyla paylaş


DeploymentsGetDeploymentResponse type

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

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