import { type AsyncReducer } from "https://deno.land/x/rimbu@1.2.0/core/mod.ts";
const { CombineShape } = AsyncReducer;
Type defining the allowed shape of async reducer combinations.
definition: AsyncReducer.Accept<T, unknown> | AsyncReducer.CombineShape<T>[] | { [key: string]: AsyncReducer.CombineShape<T>; }
definition: AsyncReducer.Accept<T, unknown> | AsyncReducer.CombineShape<T>[] | { [key: string]: AsyncReducer.CombineShape<T>; }