Packages › trotsky › StepBuilderListIterator
StepBuilderListIterator type
Iterator function to be executed for each item in the list.
Signature:
typescript
export type StepBuilderListIterator = null | ((step: StepBuilderListEntry) => Promise<void> | void);
References: StepBuilderListEntry