type alias Actor.DispatchFunctionimport { type Actor } from "https://deno.land/x/rimbu@1.1.0/actor/main/internal.ts"; const { DispatchFunction } = Actor; definition: (...args: any[]) => any