UNPKG

@catladder/pipeline

Version:

Panter workflow for cloud CI/CD and DevOps

3 lines 244 B
import type { BashExpression } from "../bash/BashExpression"; import type { VariableValueContainingReferences } from "./VariableValueContainingReferences"; export type VariableValue = VariableValueContainingReferences | BashExpression | string;