import { ActionBase } from "https://deno.land/x/rimbu@1.1.0/actor/main/internal.ts";
Interfaces
Defines how to create an action, and specifies the mandatory
|
import { type ActionBase } from "https://deno.land/x/rimbu@1.1.0/actor/main/internal.ts";
The minimal interface for an action, containing a unique tag
.