Stone.js API
    Preparing search index...

    Type Alias StoreUpdate<State>

    StoreUpdate: Partial<State> | ((state: State) => Partial<State>)

    How the next state is produced: a value, or a function of the current one.

    Type Parameters

    • State