/** * ElasticsearchHealth is the health of the cluster as returned by the health API. */ export type IElasticsearchHealth = string; export type ElasticsearchHealth = IElasticsearchHealth; export type { IElasticsearchHealth as IComGithubElasticCloudOnK8sV3PkgApisElasticsearchV1ElasticsearchHealth, ElasticsearchHealth as ComGithubElasticCloudOnK8sV3PkgApisElasticsearchV1ElasticsearchHealth };