/**
 * WaitStrategyName is a strategy for waiting for resources to be ready.
 */
export type IWaitStrategyName = string;
export type WaitStrategyName = IWaitStrategyName;
export type { IWaitStrategyName as IComGithubFluxcdHelmControllerApiV2WaitStrategyName, WaitStrategyName as ComGithubFluxcdHelmControllerApiV2WaitStrategyName };
