@kubernetes-models/argo-cd
Version:
8 lines (7 loc) • 586 B
TypeScript
import { IComGithubArgoprojArgoCdV3PkgApisApplicationV1alpha1ApplicationSource } from "./ApplicationSource.js";
/**
* ApplicationSources contains list of required information about the sources of an application
*/
export type IApplicationSources = Array<IComGithubArgoprojArgoCdV3PkgApisApplicationV1alpha1ApplicationSource>;
export type ApplicationSources = IApplicationSources;
export type { IApplicationSources as IComGithubArgoprojArgoCdV3PkgApisApplicationV1alpha1ApplicationSources, ApplicationSources as ComGithubArgoprojArgoCdV3PkgApisApplicationV1alpha1ApplicationSources };