DeploymentsGetDeploymentResponse type

Innehåller svarsdata för getDeployment-åtgärden.

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