/**
 * HydrateOperationPhase indicates the status of a hydrate operation
 */
export type IHydrateOperationPhase = "Hydrating" | "Failed" | "Hydrated";
export type HydrateOperationPhase = IHydrateOperationPhase;
export type { IHydrateOperationPhase as IComGithubArgoprojArgoCdV3PkgApisApplicationV1alpha1HydrateOperationPhase, HydrateOperationPhase as ComGithubArgoprojArgoCdV3PkgApisApplicationV1alpha1HydrateOperationPhase };
