UNPKG

@rudderstack/workflow-engine

Version:
9 lines 490 B
import { CustomStep, ExecutionBindings, StepOutput } from '../../../common/types'; import { CustomStepExecutor } from '../../types'; import { BaseStepExecutor } from '../executors'; export declare class BaseCustomStepExecutor extends BaseStepExecutor { readonly executor: CustomStepExecutor; constructor(step: CustomStep, executor: CustomStepExecutor); execute(input: any, executionBindings: ExecutionBindings): Promise<StepOutput>; } //# sourceMappingURL=step_executor.d.ts.map