/**
 * ApplicationSourceType specifies the type of the application's source
 */
export type IApplicationSourceType = string;
export type ApplicationSourceType = IApplicationSourceType;
export type { IApplicationSourceType as IComGithubArgoprojArgoCdV3PkgApisApplicationV1alpha1ApplicationSourceType, ApplicationSourceType as ComGithubArgoprojArgoCdV3PkgApisApplicationV1alpha1ApplicationSourceType };
