Prelude API
    Preparing search index...

    Type Alias Cdata

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