UNPKG

@topgroup/diginext

Version:

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

3 lines 193 B
import type { AppGitInfo, IApp } from "../../entities"; export declare const updateAppGitInfo: (app: IApp, gitInfo: AppGitInfo) => Promise<IApp>; //# sourceMappingURL=update-git-config.d.ts.map