@tikoci/centrs
    Preparing search index...

    Interface TerminalErrorEnvelope

    interface TerminalErrorEnvelope {
        error: SerializedCentrsError;
        ok: false;
        tips: [];
        warnings: [];
    }
    Index

    Properties

    Properties

    ok: false
    tips: []
    warnings: []