JSSM, a JavaScript state machine - the FSM for FSL
    Preparing search index...

    Type Alias JssmFailure

    Composite type indicating an error, and the reason for it, as part of a result.

    type JssmFailure = {
        error: any;
        success: false;
    }
    Index
    error: any
    success: false