bunqueue v2.8 API referenceall versions · guide
bunqueue
    Preparing search index...

    Interface ForEachDefinition

    Definition of a forEach loop (type-erased)

    interface ForEachDefinition {
        items: ForEachItemsExtractor<any, any>;
        maxIterations: number;
        step: StepDefinition;
    }
    Index
    items: ForEachItemsExtractor<any, any>
    maxIterations: number