/**
 * UpdateStrategyName is the type for names that go in
 * .update.strategy. NB the value in the const immediately below.
 */
export type IUpdateStrategyName = "Setters";
export type UpdateStrategyName = IUpdateStrategyName;
export type { IUpdateStrategyName as IComGithubFluxcdImageAutomationControllerApiV1UpdateStrategyName, UpdateStrategyName as ComGithubFluxcdImageAutomationControllerApiV1UpdateStrategyName };
