Skip to content

Type.TypeAlias.Step

DecentM edited this page Jan 16, 2026 · 26 revisions

@decentm/concourse-ts / Type / Step

Type Alias: Step

Step: GetStep | PutStep | TaskStep | SetPipelineStep | LoadVarStep | InParallelStep | DoStep | TryStep

Defined in: declarations/types.ts:274

Matches any step type. Use get_step_type to discriminate between steps.

Clone this wiki locally