/**
 * Represents resource health status
 */
export type IHealthStatusCode = string;
export type HealthStatusCode = IHealthStatusCode;
export type { IHealthStatusCode as IComGithubArgoprojGitopsEnginePkgHealthHealthStatusCode, HealthStatusCode as ComGithubArgoprojGitopsEnginePkgHealthHealthStatusCode };
