/**
 * ApplicationSetConditionType represents type of application condition. Type name has following convention:
 * prefix "Error" means error condition
 * prefix "Warning" means warning condition
 * prefix "Info" means informational condition
 */
export type IApplicationSetConditionType = string;
export type ApplicationSetConditionType = IApplicationSetConditionType;
export type { IApplicationSetConditionType as IComGithubArgoprojArgoCdV3PkgApisApplicationV1alpha1ApplicationSetConditionType, ApplicationSetConditionType as ComGithubArgoprojArgoCdV3PkgApisApplicationV1alpha1ApplicationSetConditionType };
