DeploymentsGetDeploymentResponse type

Contains response data for the getDeployment operation.

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