/**
 * StepPluginPhase is the overall phase of a StepPlugin
 */
export type IStepPluginPhase = string;
export type StepPluginPhase = IStepPluginPhase;
export type { IStepPluginPhase as IComGithubArgoprojArgoRolloutsPkgApisRolloutsV1alpha1StepPluginPhase, StepPluginPhase as ComGithubArgoprojArgoRolloutsPkgApisRolloutsV1alpha1StepPluginPhase };
