UNPKG

@rudderstack/workflow-engine

Version:
7 lines 274 B
import { StatusError } from './status'; export declare class StepCreationError extends StatusError { stepName?: string; childStepName?: string; constructor(message: string, stepName?: string, childStepName?: string); } //# sourceMappingURL=step_creation.d.ts.map