UNPKG

@sasjs/cli

Version:

Command line interface for SASjs

10 lines (9 loc) 260 B
import { FlowWave } from '../../../types'; interface flowsCompletionStatus { completed: boolean; completedWithAllSuccess: boolean; } export declare const allFlowsCompleted: (flows: { [key: string]: FlowWave; }) => flowsCompletionStatus; export {};