UNPKG

@supernovaio/cli

Version:

Supernova.io Command Line Interface

6 lines 388 B
import { SetupState } from "./flow/types.js"; export declare const setupStateSequence: SetupState[]; export declare function getNextSetupState(current: SetupState): SetupState; export declare function getPreviousSetupState(current: SetupState): SetupState; export declare function isValidSetupStateTransition(from: SetupState, to: SetupState): boolean; //# sourceMappingURL=state.d.ts.map