UNPKG

@catladder/cli

Version:

Panter cli tool for cloud CI/CD and DevOps

6 lines (5 loc) 389 B
import type { ComponentContext } from "../../types/context"; import type { RollbackJobDefinition } from "../../types/jobDefinition"; import type { CatladderJob } from "../../types/jobs"; export declare const ROLLBACK_JOB_NAME = "\u21A9\uFE0F Rollback \u26A0\uFE0F"; export declare const createRollbackJob: (context: ComponentContext, jobDefinition: RollbackJobDefinition) => CatladderJob;