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