Interface IpHistoryOutputDTO

IpHistoryOutputDTO

interface IpHistoryOutputDTO {
    city?: string;
    country?: string;
    createdAt: string;
    ip: string;
    latitude?: string;
    longitude?: string;
}

Properties

city?: string

IpHistoryOutputDTO

country?: string

IpHistoryOutputDTO

createdAt: string

IpHistoryOutputDTO

ip: string

IpHistoryOutputDTO

latitude?: string

IpHistoryOutputDTO

longitude?: string

IpHistoryOutputDTO