Represents an IP address associated with a user.

interface Ip {
    ip: string;
    usedAt: string;
}

Properties

Properties

ip: string

The IP address.

usedAt: string

The timestamp of when the IP address was last used for this account.