UNPKG

@catladder/pipeline

Version:

Panter workflow for cloud CI/CD and DevOps

7 lines 341 B
import type { Artifacts } from "../../types"; import type { ComponentContextWithBuild } from "../../types/context"; import type { CatladderJob } from "../../types/jobs"; export declare const createCustomTestJobs: (context: ComponentContextWithBuild) => CatladderJob[]; export type OptionalArtifacts = { artifacts: Artifacts; } | undefined;