DeploymentsGetDeploymentResponse type

getDeployment 操作の応答データが含まれます。

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