SongGuess
    Preparing search index...
    type PredictionContent = {
        content: string | { text: string; type: "text" }[];
        type: "content";
    }
    Index

    Properties

    Properties

    content: string | { text: string; type: "text" }[]
    type: "content"