UNPKG

@catladder/pipeline

Version:

Panter workflow for cloud CI/CD and DevOps

3 lines 240 B
import type { CacheConfigAdvanced } from ".."; import type { CatladderJobCache } from "../../types/jobs"; export declare function transformLegacyJobCache(jobCache: CatladderJobCache | CatladderJobCache[] | undefined): CacheConfigAdvanced[];