DeploymentsRetryDeploymentResponse type
Obsahuje data odpovědi pro operaci retryDeployment.
type DeploymentsRetryDeploymentResponse = Deployment & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: Deployment
}
}