/**
 * RolloutConditionType defines the conditions of Rollout
 */
export type IRolloutConditionType = string;
export type RolloutConditionType = IRolloutConditionType;
export type { IRolloutConditionType as IComGithubArgoprojArgoRolloutsPkgApisRolloutsV1alpha1RolloutConditionType, RolloutConditionType as ComGithubArgoprojArgoRolloutsPkgApisRolloutsV1alpha1RolloutConditionType };
