@topgroup/diginext
Version:
A BUILD SERVER & CLI to deploy apps to any Kubernetes clusters.
10 lines • 342 B
TypeScript
import type { IApp } from "../../entities";
import type InputOptions from "../../interfaces/InputOptions";
export declare function createAppByForm(options?: InputOptions & {
/**
* Skip selecting framework step
* @default false
*/
skipFramework?: boolean;
}): Promise<IApp>;
//# sourceMappingURL=new-app-by-form.d.ts.map