/**
 * ReleaseAction is the action to perform a Helm release.
 */
export type IReleaseAction = string;
export type ReleaseAction = IReleaseAction;
export type { IReleaseAction as IComGithubFluxcdHelmControllerApiV2ReleaseAction, ReleaseAction as ComGithubFluxcdHelmControllerApiV2ReleaseAction };
