UNPKG

@topgroup/diginext

Version:

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

6 lines 217 B
import type { InputOptions } from "../../interfaces/InputOptions"; /** * Sub-commands of `dx cronjob` */ export declare function execCronjob(options: InputOptions): Promise<void>; //# sourceMappingURL=index.d.ts.map