UNPKG

@catladder/cli

Version:

Panter cli tool 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[];