UNPKG

@rudderstack/workflow-engine

Version:
7 lines 361 B
import { ExecutionBindings, LoopStepOutput } from '../../../common/types'; import { ComposableStepExecutor } from './composable'; export declare class LoopStepExecutor extends ComposableStepExecutor { private executeForInputElement; execute(input: any, executionBindings: ExecutionBindings): Promise<LoopStepOutput>; } //# sourceMappingURL=loop.d.ts.map