/** * NewNodeStatus provides details about the status of nodes which are expected to be created and added to the Elasticsearch cluster. * \*\*This API is in technical preview and may be changed or removed in a future release.\*\* */ export type INewNodeStatus = string; export type NewNodeStatus = INewNodeStatus; export type { INewNodeStatus as IComGithubElasticCloudOnK8sV3PkgApisElasticsearchV1NewNodeStatus, NewNodeStatus as ComGithubElasticCloudOnK8sV3PkgApisElasticsearchV1NewNodeStatus };