UNPKG

@catladder/cli

Version:

Panter cli tool for cloud CI/CD and DevOps

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