GeoIPInfoResult | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Type Alias GeoIPInfoResult

    type GeoIPInfoResult = {
        countryCode: string;
        countryName?: string;
    }
    Index

    Properties

    countryCode: string
    countryName?: string