DeploymentsRetryDeploymentResponse type
retryDeployment işlemi için yanıt verilerini içerir.
type DeploymentsRetryDeploymentResponse = Deployment & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: Deployment
}
}