UNPKG

@sasjs/cli

Version:

Command line interface for SASjs

5 lines (4 loc) 152 B
import { FlowWave } from '../../../types'; export declare const failAllSuccessors: (flows: { [key: string]: FlowWave; }, flowName: string) => void;