@conciergus/chat - v0.3.1
    Preparing search index...

    Interface GeoLocation

    Geolocation interface

    interface GeoLocation {
        country?: string;
        region?: string;
        city?: string;
        lat?: number;
        lon?: number;
        timezone?: string;
    }
    Index

    Properties

    country?: string

    Country code

    region?: string

    Region/state

    city?: string

    City

    lat?: number

    Latitude

    lon?: number

    Longitude

    timezone?: string

    Timezone