UNPKG

@catladder/cli

Version:

Panter cli tool for cloud CI/CD and DevOps

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