export interface IPDetailItem {
    ipAddress: string;
    countryCode: string;
    regionCode: string;
}
