@yamlresume/core
    Preparing search index...

    Type Alias Node

    Node:
        | BulletListNode
        | DocNode
        | ListItemNode
        | OrderedListNode
        | ParagraphNode
        | TextNode

    Represents a union of all possible node types in the document tree.

    These node types are inspired by the Tiptap editor.