UNPKG

@topgroup/diginext

Version:

A BUILD SERVER & CLI to deploy apps to any Kubernetes clusters.

13 lines 290 B
export interface KubeEnvironmentVariable { name: string; value: string; } export interface DiginextEnvironmentVariable { name: string; value: string; /** * @default "string" */ type?: "string" | "secret"; } //# sourceMappingURL=EnvironmentVariable.d.ts.map