DeploymentsCreateOrUpdateDeploymentResponse type
Содержит данные ответа для операции createOrUpdateDeployment.
type DeploymentsCreateOrUpdateDeploymentResponse = Deployment & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: Deployment
}
}