import { type SliceConfig } from "https://deno.land/x/rimbu@1.1.0/actor/mod.ts";
const { ActionIncluderResult } = SliceConfig;
The result type of an action include function.
Type Parameters
C extends SliceConfig
definition: Record<string, (state: S, action: ActionBase) => (C & { _STATE: S; })["_ACTION_HANDLER_RESULT"]>