/**
 * ProgressType is the type which could be used when specifying the replica progress threshold. Percentage | Pods
 */
export type IProgressType = string;
export type ProgressType = IProgressType;
export type { IProgressType as IComGithubArgoprojArgoRolloutsPkgApisRolloutsV1alpha1ProgressType, ProgressType as ComGithubArgoprojArgoRolloutsPkgApisRolloutsV1alpha1ProgressType };
