import { IComGithubArgoprojArgoCdV3PkgApisApplicationV1alpha1KustomizeImage } from "./KustomizeImage.js";
/**
 * KustomizeImages is a list of Kustomize images
 */
export type IKustomizeImages = Array<IComGithubArgoprojArgoCdV3PkgApisApplicationV1alpha1KustomizeImage>;
export type KustomizeImages = IKustomizeImages;
export type { IKustomizeImages as IComGithubArgoprojArgoCdV3PkgApisApplicationV1alpha1KustomizeImages, KustomizeImages as ComGithubArgoprojArgoCdV3PkgApisApplicationV1alpha1KustomizeImages };
