Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/effector/src/forest/plan/index.h.ts>Linkable

Business logic with ease ☄️
Go to Latest
type alias Linkable
import { type Linkable } from "https://deno.land/x/effector@effector%4022.5.0/src/forest/plan/index.h.ts";
definition: { cursor: { prev: Linkable | null; next: Linkable | null; }; }