@topgroup/diginext
Version:
A BUILD SERVER & CLI to deploy apps to any Kubernetes clusters.
6 lines • 371 B
TypeScript
import type { IApp } from "../../entities";
import type { ClientDeployEnvironmentConfig } from "../../interfaces";
export declare const updateAppConfig: (app: IApp, env?: string, serverDeployEnvironment?: ClientDeployEnvironmentConfig, options?: {
isDebugging?: boolean;
}) => Promise<import("../../interfaces").AppConfig>;
//# sourceMappingURL=update-config.d.ts.map