import { type SliceConfig } from "https://deno.land/x/rimbu@1.1.0/actor/main/internal.ts";
const { ActionIncluder } = SliceConfig;
Function type to use to include external actions in the slice.
Type Parameters
C extends SliceConfig
definition: <AC extends ActionBase>(action: ActionBase.Creator<AC, any[]>, handler: (C & { _STATE: S; _INCLUDE_ACTION_TYPE: AC; })["_INCLUDE_HANDLER"]) => Record<string, (state: S, action: ActionBase) => S>