@catladder/cli
Version:
Panter cli tool for cloud CI/CD and DevOps
6 lines (5 loc) • 369 B
TypeScript
import type { ComponentContext } from "../../types/context";
import type { StopJobDefinition } from "../../types/jobDefinition";
import type { CatladderJob } from "../../types/jobs";
export declare const STOP_JOB_NAME = "\uD83D\uDED1 Stop \u26A0\uFE0F";
export declare const createStopJob: (context: ComponentContext, jobDefinition: StopJobDefinition) => CatladderJob;