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