@sheerid/jslib
    Preparing search index...

    Interface IsErroredAction

    interface IsErroredAction {
        isErrored: boolean;
        type: "IS_ERRORED";
    }
    Index

    Properties

    Properties

    isErrored: boolean
    type: "IS_ERRORED"