UNPKG

@catladder/pipeline

Version:

Panter workflow for cloud CI/CD and DevOps

7 lines (6 loc) 253 B
import type { BashExpression } from "../bash/BashExpression"; import type { VariableValueContainingReferences } from "./VariableValueContainingReferences"; export type VariableValue = | VariableValueContainingReferences | BashExpression | string;