UNPKG

@topgroup/diginext

Version:

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

8 lines 388 B
import type { IApp } from "../../entities"; import type { DeployEnvironment } from "../../interfaces"; /** * Some old deploy environment was saved into JSON */ export declare const getDeployEnvironmentFromJSON: (app: IApp, env: string) => {}; export declare const getDeployEvironmentByApp: (app: IApp, env: string) => DeployEnvironment; //# sourceMappingURL=get-app-environment.d.ts.map