Type alias Steps<StepSlugs, State, Metadata, SpecificSlug>
 
Steps<StepSlugs, State, Metadata, SpecificSlug>: Map<SpecificSlug, Step<StepSlugs, State, Metadata, SpecificSlug>> 
Type Parameters
- 
StepSlugs extends string
 
- 
 
- 
 
- 
SpecificSlug extends StepSlugs = StepSlugs
 
 
 
 
A map of steps. The key is the slug of the step. The value is the step itself.