Prelude API
    Preparing search index...

    Type Alias Text

    Character data with references decoded and line ends normalized. Adjacent character data is one node.

    type Text = {
        type: "Text";
        value: string;
    }
    Index
    type: "Text"
    value: string