UNPKG

@topgroup/diginext

Version:

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

4 lines 230 B
import type { IApp } from "../../entities"; import type { InputOptions } from "../../interfaces"; export default function selectApp(options?: InputOptions, canSkip?: boolean): Promise<IApp>; //# sourceMappingURL=selectApp.d.ts.map