SongGuess
    Preparing search index...

    Type Alias WebSearchUserLocation

    type WebSearchUserLocation = {
        approximate: {
            city?: string;
            country?: string;
            region?: string;
            timezone?: string;
        };
        type: "approximate";
    }
    Index

    Properties

    Properties

    approximate: {
        city?: string;
        country?: string;
        region?: string;
        timezone?: string;
    }
    type: "approximate"