Prelude API
    Preparing search index...

    Type Alias Comment

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