type alias Nodeimport { type Node } from "https://deno.land/x/fun@v2.0.0/contrib/free.ts"; Type ParametersAdefinition: { readonly tag: "Node"; readonly value: A; }