import { type Slice } from "https://deno.land/x/rimbu@1.1.0/actor/main/slice.ts";
const { CombinedSlice } = Slice;
Type Parameters
SDef extends Record<string, Slice<any, Record<string, any>>>
Properties
reducer: Actor.ActionReducer<[K in keyof SDef]: Slice.StateType<SDef[K]>>