UNPKG

@catladder/pipeline

Version:

Panter workflow for cloud CI/CD and DevOps

4 lines (2 loc) 116 B
import type { CatladderJob } from "../../types/jobs"; export type JobWithoutScript = Omit<CatladderJob, "script">;