UNPKG

@catladder/pipeline

Version:

Panter workflow for cloud CI/CD and DevOps

5 lines 236 B
import { type DeployConfigCloudRunService } from "../../types"; export declare function healthCheckCliArgs(healthCheck: DeployConfigCloudRunService["healthCheck"]): { "startup-probe": string; "liveness-probe": string; } | undefined;