UNPKG

@topgroup/diginext

Version:

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

6 lines 242 B
import type { InputOptions } from "../../interfaces"; /** * Request the build server to start building & deploying */ export declare function requestBuild(options: InputOptions): Promise<unknown>; //# sourceMappingURL=request-build.d.ts.map