type alias Linkableimport { type Linkable } from "https://deno.land/x/effector@effector@23.1.0/src/forest/plan/index.h.ts"; definition: { cursor: { prev: Linkable | null; next: Linkable | null; }; }