UNPKG

@catladder/pipeline

Version:

Panter workflow for cloud CI/CD and DevOps

3 lines 192 B
import { type Context } from "../../types"; import type { CatladderJob } from "../../types/jobs"; export declare const createBuildJobArtifacts: (context: Context) => CatladderJob["artifacts"];