@laserware/stasis
    Preparing search index...

    Variable __DO_NOT_USE__ActionTypesConst

    __DO_NOT_USE__ActionTypes: {
        INIT: string;
        PROBE_UNKNOWN_ACTION: () => string;
        REPLACE: string;
    }

    These are private action types reserved by Redux. For any unknown actions, you must return the current state. If the current state is undefined, you must return the initial state. Do not reference these action types directly in your code.

    Type declaration

    • INIT: string
    • PROBE_UNKNOWN_ACTION: () => string
    • REPLACE: string