diff --git a/specification/cluster/health/ClusterHealthRequest.ts b/specification/cluster/health/ClusterHealthRequest.ts index 6ca1253684..083cf0b746 100644 --- a/specification/cluster/health/ClusterHealthRequest.ts +++ b/specification/cluster/health/ClusterHealthRequest.ts @@ -26,8 +26,8 @@ import { WaitForActiveShards, WaitForEvents } from '@_types/common' -import { integer } from '@_types/Numeric' import { Duration } from '@_types/Time' +import { WaitForNodes } from './types' /** * Get the cluster health status. @@ -99,7 +99,7 @@ export interface Request extends RequestBase { /** * The request waits until the specified number N of nodes is available. It also accepts >=N, <=N, >N and