Takaro - v0.4.9
    Preparing search index...

    Interface IpHistoryOutputDTO

    IpHistoryOutputDTO

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

    Properties

    city?: string

    IpHistoryOutputDTO

    country?: string

    IpHistoryOutputDTO

    createdAt: string

    IpHistoryOutputDTO

    ip: string

    IpHistoryOutputDTO

    latitude?: string

    IpHistoryOutputDTO

    longitude?: string

    IpHistoryOutputDTO