/**
 * ExperimentConditionType defines the conditions of Experiment
 */
export type IExperimentConditionType = string;
export type ExperimentConditionType = IExperimentConditionType;
export type { IExperimentConditionType as IComGithubArgoprojArgoRolloutsPkgApisRolloutsV1alpha1ExperimentConditionType, ExperimentConditionType as ComGithubArgoprojArgoRolloutsPkgApisRolloutsV1alpha1ExperimentConditionType };
