interface EntryObject {
    address: string;
    family: IPFamily;
    ttl?: number;
    expires?: number;
    source?: EntrySource;
}

Properties

address: string

The IP address (can be an IPv4 or IPv5 address).

family: IPFamily

The IP family.

ttl?: number

The original TTL.

expires?: number

The expiration timestamp.

source?: EntrySource

Whether this entry comes from the cache or a query