SliceCaseReducers<State>: {
    [K: string]: CaseReducer<State, PayloadAction<any>> | CaseReducerWithPrepare<State, PayloadAction<any, string, any, any>>;
}

The type describing a slice's reducers option.

Type Parameters

  • State

Type declaration

Generated using TypeDoc