次の方法で共有


DeploymentsCreateOrUpdateDeploymentResponse type

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

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