UNPKG

@topgroup/diginext

Version:

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

8 lines 365 B
import type { IApp } from "../../entities"; import type { AppConfig, InputOptions } from "../../interfaces"; /** * Parse `AppConfig` data from `App` instance * @param app - Should be populated ["project", "owner", "workspace"] */ export declare const getAppConfigFromApp: (app: IApp, options?: InputOptions) => AppConfig; //# sourceMappingURL=app-helper.d.ts.map