Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/effector/packages/effector/index.d.ts>Node

Business logic with ease ☄️
Latest
type alias Node
import { type Node } from "https://deno.land/x/effector@effector%4023.2.2/packages/effector/index.d.ts";
definition: { id: ID; next: Array<Node>; seq: Array<Cmd>; scope: { [field: string]: any; }; meta: { [field: string]: any; }; family: { type: "regular" | "crosslink" | "domain"; links: Node[]; owners: Node[]; }; }