SongGuess
    Preparing search index...

    Type Alias WebSearchSearchResponse

    Response from a Web Search query.

    type WebSearchSearchResponse = {
        items: WebSearchResult[];
        metadata: WebSearchResponseMetadata;
    }
    Index

    Properties

    Properties