UNPKG

@kubernetes-models/argo-cd

Version:
8 lines (7 loc) 509 B
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 };