UNPKG

@kubernetes-models/argo-cd

Version:
7 lines (6 loc) 305 B
/** * Represents resource health status */ export type IHealthStatusCode = string; export type HealthStatusCode = IHealthStatusCode; export type { IHealthStatusCode as IComGithubArgoprojGitopsEnginePkgHealthHealthStatusCode, HealthStatusCode as ComGithubArgoprojGitopsEnginePkgHealthHealthStatusCode };