Interface StepExecutor

interface StepExecutor {
    executeStep(step): Promise<void>;
}

Implemented by

Methods

Methods

Generated using TypeDoc