DocNodetype-alias

A documentation node, part of a JSDoc/TSDoc comment.

Reassembled from TypeDoc's comment parts to support rendering with Markdown or custom handlers.

{ kind: "text"; text: string } | { kind: "code"; text: string } | { kind: "link"; text: string; url: string | null }