UNPKG

@kubernetes-models/argo-cd

Version:
8 lines (7 loc) 407 B
import { IComGithubArgoprojArgoCdV3PkgApisApplicationV1alpha1EnvEntry } from "./EnvEntry.js"; /** * Env is a list of environment variable entries */ export type IEnv = Array<IComGithubArgoprojArgoCdV3PkgApisApplicationV1alpha1EnvEntry>; export type Env = IEnv; export type { IEnv as IComGithubArgoprojArgoCdV3PkgApisApplicationV1alpha1Env, Env as ComGithubArgoprojArgoCdV3PkgApisApplicationV1alpha1Env };