Type alias Steps<StepSlugs, State, Metadata, SpecificSlug>

Steps<StepSlugs, State, Metadata, SpecificSlug>: Map<SpecificSlug, Step<StepSlugs, State, Metadata, SpecificSlug>>

A map of steps. The key is the slug of the step. The value is the step itself.

Type Parameters

Generated using TypeDoc